COLOR #091212

HEX: #091212 RGB: (9,18,18)

Color info

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

RGB color model

#091212 color RGB value is (9,18,18).

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

RGB channels and saturation

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

9
18
18

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

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 18 = 45 (100%)
R 9 of 45 ~ 20%
G 18 of 45 ~ 40%
B 18 of 45 ~ 40'%

%20
%40
%40

CMYK color model

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

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

CMYK: (50,0,0,93)
C50M0Y0K93 (50%, 0%, 0%, 93%)
(0.50 / 0.00 / 0.00 / 0.93)

CMYK percentages

%50
%0
%0
%92.94

Codes

Color #091212 in popluar color models

09 12 12
RGB 9 18 18
HSL 180° 33.33% 5.29%
HSB/HSV 180° 50.00% 7.06%
CMYK 50.00% 0.00% 0.00%
92.94%

Color #091212 in popluar number systems.

HEX 09 12 12
Decimal 9 18 18
Binary 1001 10010 10010
Octal 11 22 22

Shades and tints

Shades of #091212

#091212
(9,18,18)
#091111
(9,17,17)
#091010
(9,16,16)
#090F0F
(9,15,15)
#090E0E
(9,14,14)
#090D0D
(9,13,13)
#090C0C
(9,12,12)
#090B0B
(9,11,11)
#090A0A
(9,10,10)
#090909
(9,9,9)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #091212

#091212
(9,18,18)
#1F2727
(31,39,39)
#353C3C
(53,60,60)
#4B5151
(75,81,81)
#616666
(97,102,102)
#777B7B
(119,123,123)
#8D9090
(141,144,144)
#A3A5A5
(163,165,165)
#B9BABA
(185,186,186)
#CFCFCF
(207,207,207)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091212; }

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

This text font color is #091212.

Background Color

.myBgColor { background-color: #091212; }

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

This div background color is #091212.

Border color

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

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

This div border color is #091212.

Opacity

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

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

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

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

This text has shadow with #091212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091212.

Preview

Color preview on black background

This text has color #091212 on black background.


Color preview on white background

This text has color #091212 on white background.


Black color preview on #091212 background

This text has black color on #091212 background.


White color preview on #091212 background

This text has white color on #091212 background.


Related colors

Complementary color

Complementary color for #hex is #F6EDED.


I love getcolorcode.com