COLOR #091210

HEX: #091210 RGB: (9,18,16)

Color info

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

RGB color model

#091210 color RGB value is (9,18,16).

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

RGB channels and saturation

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

9
18
16

R + G + B ~ 6%. #091210 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 16 = 43 (100%)
R 9 of 43 ~ 20.93%
G 18 of 43 ~ 41.86%
B 16 of 43 ~ 37.21'%

%20.93
%41.86
%37.21

CMYK color model

#091210 color CMYK value is (50,0,11,93).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 92.94%

CMYK: (50,0,11,93)
C50M0Y11K93 (50%, 0%, 11%, 93%)
(0.50 / 0.00 / 0.11 / 0.93)

CMYK percentages

%50
%0
%11.11
%92.94

Codes

Color #091210 in popluar color models

09 12 10
RGB 9 18 16
HSL 167° 33.33% 5.29%
HSB/HSV 167° 50.00% 7.06%
CMYK 50.00% 0.00% 11.11%
92.94%

Color #091210 in popluar number systems.

HEX 09 12 10
Decimal 9 18 16
Binary 1001 10010 10000
Octal 11 22 20

Shades and tints

Shades of #091210

#091210
(9,18,16)
#09110F
(9,17,15)
#09100E
(9,16,14)
#090F0D
(9,15,13)
#090E0C
(9,14,12)
#090D0B
(9,13,11)
#090C0A
(9,12,10)
#090B09
(9,11,9)
#090A08
(9,10,8)
#090907
(9,9,7)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #091210

#091210
(9,18,16)
#1F2725
(31,39,37)
#353C3A
(53,60,58)
#4B514F
(75,81,79)
#616664
(97,102,100)
#777B79
(119,123,121)
#8D908E
(141,144,142)
#A3A5A3
(163,165,163)
#B9BAB8
(185,186,184)
#CFCFCD
(207,207,205)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091210; }

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

This text font color is #091210.

Background Color

.myBgColor { background-color: #091210; }

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

This div background color is #091210.

Border color

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

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

This div border color is #091210.

Opacity

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

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

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

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

This text has shadow with #091210 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091210.

Preview

Color preview on black background

This text has color #091210 on black background.


Color preview on white background

This text has color #091210 on white background.


Black color preview on #091210 background

This text has black color on #091210 background.


White color preview on #091210 background

This text has white color on #091210 background.


Related colors

Complementary color

Complementary color for #hex is #F6EDEF.


I love getcolorcode.com

Triadic colors

1 #100912 and #121009 with #091210 are triadic colors.

2 #101209 and #120910 with #091210 are triadic colors.