COLOR #09031F

HEX: #09031F RGB: (9,3,31)

Color info

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

RGB color model

#09031F color RGB value is (9,3,31).

RGB: (9,3,31) (4%, 1%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 31 of 255 = 12%

9
3
31

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

Portions of RGB colors in percentages

R + G + B = 9 + 3 + 31 = 43 (100%)
R 9 of 43 ~ 20.93%
G 3 of 43 ~ 6.98%
B 31 of 43 ~ 72.09'%

%20.93
%72.09

CMYK color model

#09031F color CMYK value is (71,90,0,88).

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

CMYK: (71,90,0,88)
C71M90Y0K88 (71%, 90%, 0%, 88%)
(0.71 / 0.90 / 0.00 / 0.88)

CMYK percentages

%70.97
%90.32
%0
%87.84

Codes

Color #09031F in popluar color models

09 03 1F
RGB 9 3 31
HSL 253° 82.35% 6.67%
HSB/HSV 253° 90.32% 12.16%
CMYK 70.97% 90.32% 0.00%
87.84%

Color #09031F in popluar number systems.

HEX 09 03 1F
Decimal 9 3 31
Binary 1001 11 11111
Octal 11 3 37

Shades and tints

Shades of #09031F

#09031F
(9,3,31)
#09031D
(9,3,29)
#09031B
(9,3,27)
#090319
(9,3,25)
#090317
(9,3,23)
#090315
(9,3,21)
#090313
(9,3,19)
#090311
(9,3,17)
#09030F
(9,3,15)
#09030D
(9,3,13)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #09031F

#09031F
(9,3,31)
#1F1933
(31,25,51)
#352F47
(53,47,71)
#4B455B
(75,69,91)
#615B6F
(97,91,111)
#777183
(119,113,131)
#8D8797
(141,135,151)
#A39DAB
(163,157,171)
#B9B3BF
(185,179,191)
#CFC9D3
(207,201,211)
#E5DFE7
(229,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09031F; }

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

This text font color is #09031F.

Background Color

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

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

This div background color is #09031F.

Border color

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

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

This div border color is #09031F.

Opacity

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

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

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

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

This text has shadow with #09031F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09031F.

Preview

Color preview on black background

This text has color #09031F on black background.


Color preview on white background

This text has color #09031F on white background.


Black color preview on #09031F background

This text has black color on #09031F background.


White color preview on #09031F background

This text has white color on #09031F background.


Related colors

Complementary color

Complementary color for #hex is #F6FCE0.


I love getcolorcode.com

Triadic colors

1 #1F0903 and #031F09 with #09031F are triadic colors.

2 #1F0309 and #03091F with #09031F are triadic colors.