COLOR #000203

HEX: #000203 RGB: (0,2,3)

Renk bilgisi

#000203 contains only green and blue colors. #000203 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000203 color RGB value is (0,2,3).

RGB: (0,2,3) (0%, 1%, 1%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 2 of 255 = 1%
B 3 of 255 = 1%

0
2
3

R + G + B ~ 1%. #000203 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 2 + 3 = 5 (100%)
R 0 of 5 ~ 0%
G 2 of 5 ~ 40%
B 3 of 5 ~ 60'%

%40
%60

CMYK RENK MODELİ

#000203 rengi CMYK tonu (100,33,0,99).

  • camgöbeği tonu 100.00%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 98.82%
CMYK: (100,33,0,99) C100M33Y0K99 (100%,33%,0%,99%) (1.00/0.33/0.00/0.99) 

CMYK yüzdeleri

%100
%33.33
%0
%98.82

Codes

Color #000203 in popluar color models

00 02 03
RGB 0 2 3
HSL 200° 100.00% 0.59%
HSB/HSV 200° 100.00% 1.18%
CMYK 100.00% 33.33% 0.00%
98.82%

Color #000203 in popluar number systems.

HEX 00 02 03
Decimal 0 2 3
Binary 0 10 11
Octal 0 2 3

Shades and tints

Tints of #000203

#000203
(0,2,3)
#171919
(23,25,25)
#2E302F
(46,48,47)
#454745
(69,71,69)
#5C5E5B
(92,94,91)
#737571
(115,117,113)
#8A8C87
(138,140,135)
#A1A39D
(161,163,157)
#B8BAB3
(184,186,179)
#CFD1C9
(207,209,201)
#E6E8DF
(230,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000203 color. Also use rgb(0,2,3) instead hex code.

Text Font Color

.myTextColor { color: #000203; }

<p style="color:#000203">This sample text font color is #000203.</p>

This text font color is #000203.

Background Color

.myBgColor { background-color: #000203; }

<div style="background-color:#000203">Inner text</div>

This div background color is #000203.

Border color

.myBorderColor { border: 1px solid #000203; }

<div style="border:3px solid #000203">Div</div>

This div border color is #000203.

Opacity

.myOpacity80 { color: #000203; opacity: 0.8; }

<p style="color:#000203;opacity:0.8;">80%</p>

Text with #000203 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #000203;}

<p style="text-shadow: 3px 3px 1px #000203">Text here.</p>

This text has shadow with #000203 color.


.textShadow {text-shadow: 3px 3px 1px #000203', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #000203, 5px 5px 20px red">Text here.</p>

This text has shadow with #000203 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#000203, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#000203, Direction=45, Strength=4)">Text</p>

This text has shadow with #000203 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #000203;
-webkit-box-shadow: 1px 1px 3px 2px #000203;
box-shadow: 1px 1px 3px 2px #000203;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #000203; -webkit-box-shadow: 1px 1px 3px 2px #000203; box-shadow:1px 1px 3px 2px #000203;">
Div content here
</div>

This div box has shadow with color #000203.

Preview

Color preview on black background

This text has color #000203 on black background.


Color preview on white background

This text has color #000203 on white background.


Black color preview on #000203 background

This text has black color on #000203 background.


White color preview on #000203 background

This text has white color on #000203 background.


Related colors

Complementary color

Complementary color for #hex is #FFFDFC.


I love getcolorcode.com

Triadic colors

1 #030002 and #020300 with #000203 are triadic colors.

2 #030200 and #020003 with #000203 are triadic colors.