COLOR #100209

HEX: #100209 RGB: (16,2,9)

Color info

#100209 contains red, green and blue colors in about the same proportion. Web safe color of #100209 is #000000 (or #000).

RGB color model

#100209 color RGB value is (16,2,9).

RGB: (16,2,9) (6%, 1%, 4%)

RGB channels and saturation

R 16 of 255 = 6%
G 2 of 255 = 1%
B 9 of 255 = 4%

16
2
9

R + G + B ~ 4%. #100209 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 2 + 9 = 27 (100%)
R 16 of 27 ~ 59.26%
G 2 of 27 ~ 7.41%
B 9 of 27 ~ 33.33'%

%59.26
%33.33

CMYK color model

#100209 color CMYK value is (0,88,44,94).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 43.75%
  • key color value is 93.73%

CMYK: (0,88,44,94)
C0M88Y44K94 (0%, 88%, 44%, 94%)
(0.00 / 0.88 / 0.44 / 0.94)

CMYK percentages

%0
%87.5
%43.75
%93.73

Codes

Color #100209 in popluar color models

10 02 09
RGB 16 2 9
HSL 330° 77.78% 3.53%
HSB/HSV 330° 87.50% 6.27%
CMYK 0.00% 87.50% 43.75%
93.73%

Color #100209 in popluar number systems.

HEX 10 02 09
Decimal 16 2 9
Binary 10000 10 1001
Octal 20 2 11

Shades and tints

Shades of #100209

#100209
(16,2,9)
#0F0209
(15,2,9)
#0E0209
(14,2,9)
#0D0209
(13,2,9)
#0C0209
(12,2,9)
#0B0209
(11,2,9)
#0A0209
(10,2,9)
#090209
(9,2,9)
#080209
(8,2,9)
#070209
(7,2,9)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #100209

#100209
(16,2,9)
#25191F
(37,25,31)
#3A3035
(58,48,53)
#4F474B
(79,71,75)
#645E61
(100,94,97)
#797577
(121,117,119)
#8E8C8D
(142,140,141)
#A3A3A3
(163,163,163)
#B8BAB9
(184,186,185)
#CDD1CF
(205,209,207)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100209 color. Also use rgb(16,2,9) instead hex code.

Text Font Color

.myTextColor { color: #100209; }

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

This text font color is #100209.

Background Color

.myBgColor { background-color: #100209; }

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

This div background color is #100209.

Border color

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

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

This div border color is #100209.

Opacity

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

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

Text with #100209 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 #100209;}

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

This text has shadow with #100209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100209.

Preview

Color preview on black background

This text has color #100209 on black background.


Color preview on white background

This text has color #100209 on white background.


Black color preview on #100209 background

This text has black color on #100209 background.


White color preview on #100209 background

This text has white color on #100209 background.


Related colors

Complementary color

Complementary color for #hex is #EFFDF6.


I love getcolorcode.com

Triadic colors

1 #091002 and #020910 with #100209 are triadic colors.

2 #090210 and #021009 with #100209 are triadic colors.