COLOR #100A09

HEX: #100A09 RGB: (16,10,9)

Color info

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

RGB color model

#100A09 color RGB value is (16,10,9).

RGB: (16,10,9) (6%, 4%, 4%)

RGB channels and saturation

R 16 of 255 = 6%
G 10 of 255 = 4%
B 9 of 255 = 4%

16
10
9

R + G + B ~ 5%. #100A09 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 10 + 9 = 35 (100%)
R 16 of 35 ~ 45.71%
G 10 of 35 ~ 28.57%
B 9 of 35 ~ 25.71'%

%45.71
%28.57
%25.71

CMYK color model

#100A09 color CMYK value is (0,38,44,94).

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

CMYK: (0,38,44,94)
C0M38Y44K94 (0%, 38%, 44%, 94%)
(0.00 / 0.38 / 0.44 / 0.94)

CMYK percentages

%0
%37.5
%43.75
%93.73

Codes

Color #100A09 in popluar color models

10 0A 09
RGB 16 10 9
HSL 28.00% 4.90%
HSB/HSV 43.75% 6.27%
CMYK 0.00% 37.50% 43.75%
93.73%

Color #100A09 in popluar number systems.

HEX 10 0A 09
Decimal 16 10 9
Binary 10000 1010 1001
Octal 20 12 11

Shades and tints

Shades of #100A09

#100A09
(16,10,9)
#0F0A09
(15,10,9)
#0E0A09
(14,10,9)
#0D0A09
(13,10,9)
#0C0A09
(12,10,9)
#0B0A09
(11,10,9)
#0A0A09
(10,10,9)
#090A09
(9,10,9)
#080A09
(8,10,9)
#070A09
(7,10,9)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #100A09

#100A09
(16,10,9)
#25201F
(37,32,31)
#3A3635
(58,54,53)
#4F4C4B
(79,76,75)
#646261
(100,98,97)
#797877
(121,120,119)
#8E8E8D
(142,142,141)
#A3A4A3
(163,164,163)
#B8BAB9
(184,186,185)
#CDD0CF
(205,208,207)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100A09; }

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

This text font color is #100A09.

Background Color

.myBgColor { background-color: #100A09; }

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

This div background color is #100A09.

Border color

.myBorderColor { border: 1px solid #100A09; }

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

This div border color is #100A09.

Opacity

.myOpacity80 { color: #100A09; opacity: 0.8; }

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

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

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

This text has shadow with #100A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100A09.

Preview

Color preview on black background

This text has color #100A09 on black background.


Color preview on white background

This text has color #100A09 on white background.


Black color preview on #100A09 background

This text has black color on #100A09 background.


White color preview on #100A09 background

This text has white color on #100A09 background.


Related colors

Complementary color

Complementary color for #hex is #EFF5F6.


I love getcolorcode.com

Triadic colors

1 #09100A and #0A0910 with #100A09 are triadic colors.

2 #090A10 and #0A1009 with #100A09 are triadic colors.