COLOR #09121F

HEX: #09121F RGB: (9,18,31)

Color info

#09121F contains red, green and blue colors in about the same proportion. Web safe color of #09121F is #000033 (or #003).

RGB color model

#09121F color RGB value is (9,18,31).

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

RGB channels and saturation

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

9
18
31

R + G + B ~ 8%. #09121F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 31 = 58 (100%)
R 9 of 58 ~ 15.52%
G 18 of 58 ~ 31.03%
B 31 of 58 ~ 53.45'%

%15.52
%31.03
%53.45

CMYK color model

#09121F color CMYK value is (71,42,0,88).

  • cyan value is 70.97%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (71,42,0,88)
C71M42Y0K88 (71%, 42%, 0%, 88%)
(0.71 / 0.42 / 0.00 / 0.88)

CMYK percentages

%70.97
%41.94
%0
%87.84

Codes

Color #09121F in popluar color models

09 12 1F
RGB 9 18 31
HSL 215° 55.00% 7.84%
HSB/HSV 215° 70.97% 12.16%
CMYK 70.97% 41.94% 0.00%
87.84%

Color #09121F in popluar number systems.

HEX 09 12 1F
Decimal 9 18 31
Binary 1001 10010 11111
Octal 11 22 37

Shades and tints

Shades of #09121F

#09121F
(9,18,31)
#09111D
(9,17,29)
#09101B
(9,16,27)
#090F19
(9,15,25)
#090E17
(9,14,23)
#090D15
(9,13,21)
#090C13
(9,12,19)
#090B11
(9,11,17)
#090A0F
(9,10,15)
#09090D
(9,9,13)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #09121F

#09121F
(9,18,31)
#1F2733
(31,39,51)
#353C47
(53,60,71)
#4B515B
(75,81,91)
#61666F
(97,102,111)
#777B83
(119,123,131)
#8D9097
(141,144,151)
#A3A5AB
(163,165,171)
#B9BABF
(185,186,191)
#CFCFD3
(207,207,211)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09121F; }

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

This text font color is #09121F.

Background Color

.myBgColor { background-color: #09121F; }

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

This div background color is #09121F.

Border color

.myBorderColor { border: 1px solid #09121F; }

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

This div border color is #09121F.

Opacity

.myOpacity80 { color: #09121F; opacity: 0.8; }

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

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

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

This text has shadow with #09121F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09121F.

Preview

Color preview on black background

This text has color #09121F on black background.


Color preview on white background

This text has color #09121F on white background.


Black color preview on #09121F background

This text has black color on #09121F background.


White color preview on #09121F background

This text has white color on #09121F background.


Related colors

Complementary color

Complementary color for #hex is #F6EDE0.


I love getcolorcode.com

Triadic colors

1 #1F0912 and #121F09 with #09121F are triadic colors.

2 #1F1209 and #12091F with #09121F are triadic colors.