COLOR #101009

HEX: #101009 RGB: (16,16,9)

Color info

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

RGB color model

#101009 color RGB value is (16,16,9).

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

RGB channels and saturation

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

16
16
9

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

Portions of RGB colors in percentages

R + G + B = 16 + 16 + 9 = 41 (100%)
R 16 of 41 ~ 39.02%
G 16 of 41 ~ 39.02%
B 9 of 41 ~ 21.95'%

%39.02
%39.02
%21.95

CMYK color model

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

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

CMYK: (0,0,44,94)
C0M0Y44K94 (0%, 0%, 44%, 94%)
(0.00 / 0.00 / 0.44 / 0.94)

CMYK percentages

%0
%0
%43.75
%93.73

Codes

Color #101009 in popluar color models

10 10 09
RGB 16 16 9
HSL 60° 28.00% 4.90%
HSB/HSV 60° 43.75% 6.27%
CMYK 0.00% 0.00% 43.75%
93.73%

Color #101009 in popluar number systems.

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

Shades and tints

Shades of #101009

#101009
(16,16,9)
#0F0F09
(15,15,9)
#0E0E09
(14,14,9)
#0D0D09
(13,13,9)
#0C0C09
(12,12,9)
#0B0B09
(11,11,9)
#0A0A09
(10,10,9)
#090909
(9,9,9)
#080809
(8,8,9)
#070709
(7,7,9)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #101009

#101009
(16,16,9)
#25251F
(37,37,31)
#3A3A35
(58,58,53)
#4F4F4B
(79,79,75)
#646461
(100,100,97)
#797977
(121,121,119)
#8E8E8D
(142,142,141)
#A3A3A3
(163,163,163)
#B8B8B9
(184,184,185)
#CDCDCF
(205,205,207)
#E2E2E5
(226,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #101009; }

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

This text font color is #101009.

Background Color

.myBgColor { background-color: #101009; }

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

This div background color is #101009.

Border color

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

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

This div border color is #101009.

Opacity

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

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

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

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

This text has shadow with #101009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #101009.

Preview

Color preview on black background

This text has color #101009 on black background.


Color preview on white background

This text has color #101009 on white background.


Black color preview on #101009 background

This text has black color on #101009 background.


White color preview on #101009 background

This text has white color on #101009 background.


Related colors

Complementary color

Complementary color for #hex is #EFEFF6.


I love getcolorcode.com