COLOR #100409

HEX: #100409 RGB: (16,4,9)

Color info

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

RGB color model

#100409 color RGB value is (16,4,9).

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

RGB channels and saturation

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

16
4
9

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

Portions of RGB colors in percentages

R + G + B = 16 + 4 + 9 = 29 (100%)
R 16 of 29 ~ 55.17%
G 4 of 29 ~ 13.79%
B 9 of 29 ~ 31.03'%

%55.17
%13.79
%31.03

CMYK color model

#100409 color CMYK value is (0,75,44,94).

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

CMYK: (0,75,44,94)
C0M75Y44K94 (0%, 75%, 44%, 94%)
(0.00 / 0.75 / 0.44 / 0.94)

CMYK percentages

%0
%75
%43.75
%93.73

Codes

Color #100409 in popluar color models

10 04 09
RGB 16 4 9
HSL 335° 60.00% 3.92%
HSB/HSV 335° 75.00% 6.27%
CMYK 0.00% 75.00% 43.75%
93.73%

Color #100409 in popluar number systems.

HEX 10 04 09
Decimal 16 4 9
Binary 10000 100 1001
Octal 20 4 11

Shades and tints

Shades of #100409

#100409
(16,4,9)
#0F0409
(15,4,9)
#0E0409
(14,4,9)
#0D0409
(13,4,9)
#0C0409
(12,4,9)
#0B0409
(11,4,9)
#0A0409
(10,4,9)
#090409
(9,4,9)
#080409
(8,4,9)
#070409
(7,4,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #100409

#100409
(16,4,9)
#251A1F
(37,26,31)
#3A3035
(58,48,53)
#4F464B
(79,70,75)
#645C61
(100,92,97)
#797277
(121,114,119)
#8E888D
(142,136,141)
#A39EA3
(163,158,163)
#B8B4B9
(184,180,185)
#CDCACF
(205,202,207)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100409; }

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

This text font color is #100409.

Background Color

.myBgColor { background-color: #100409; }

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

This div background color is #100409.

Border color

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

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

This div border color is #100409.

Opacity

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

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

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

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

This text has shadow with #100409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100409.

Preview

Color preview on black background

This text has color #100409 on black background.


Color preview on white background

This text has color #100409 on white background.


Black color preview on #100409 background

This text has black color on #100409 background.


White color preview on #100409 background

This text has white color on #100409 background.


Related colors

Complementary color

Complementary color for #hex is #EFFBF6.


I love getcolorcode.com

Triadic colors

1 #091004 and #040910 with #100409 are triadic colors.

2 #090410 and #041009 with #100409 are triadic colors.