COLOR #09131F

HEX: #09131F RGB: (9,19,31)

Color info

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

RGB color model

#09131F color RGB value is (9,19,31).

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

RGB channels and saturation

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

9
19
31

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

Portions of RGB colors in percentages

R + G + B = 9 + 19 + 31 = 59 (100%)
R 9 of 59 ~ 15.25%
G 19 of 59 ~ 32.2%
B 31 of 59 ~ 52.54'%

%15.25
%32.2
%52.54

CMYK color model

#09131F color CMYK value is (71,39,0,88).

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

CMYK: (71,39,0,88)
C71M39Y0K88 (71%, 39%, 0%, 88%)
(0.71 / 0.39 / 0.00 / 0.88)

CMYK percentages

%70.97
%38.71
%0
%87.84

Codes

Color #09131F in popluar color models

09 13 1F
RGB 9 19 31
HSL 213° 55.00% 7.84%
HSB/HSV 213° 70.97% 12.16%
CMYK 70.97% 38.71% 0.00%
87.84%

Color #09131F in popluar number systems.

HEX 09 13 1F
Decimal 9 19 31
Binary 1001 10011 11111
Octal 11 23 37

Shades and tints

Shades of #09131F

#09131F
(9,19,31)
#09121D
(9,18,29)
#09111B
(9,17,27)
#091019
(9,16,25)
#090F17
(9,15,23)
#090E15
(9,14,21)
#090D13
(9,13,19)
#090C11
(9,12,17)
#090B0F
(9,11,15)
#090A0D
(9,10,13)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #09131F

#09131F
(9,19,31)
#1F2833
(31,40,51)
#353D47
(53,61,71)
#4B525B
(75,82,91)
#61676F
(97,103,111)
#777C83
(119,124,131)
#8D9197
(141,145,151)
#A3A6AB
(163,166,171)
#B9BBBF
(185,187,191)
#CFD0D3
(207,208,211)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09131F; }

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

This text font color is #09131F.

Background Color

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

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

This div background color is #09131F.

Border color

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

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

This div border color is #09131F.

Opacity

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

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

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

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

This text has shadow with #09131F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09131F.

Preview

Color preview on black background

This text has color #09131F on black background.


Color preview on white background

This text has color #09131F on white background.


Black color preview on #09131F background

This text has black color on #09131F background.


White color preview on #09131F background

This text has white color on #09131F background.


Related colors

Complementary color

Complementary color for #hex is #F6ECE0.


I love getcolorcode.com

Triadic colors

1 #1F0913 and #131F09 with #09131F are triadic colors.

2 #1F1309 and #13091F with #09131F are triadic colors.