COLOR #03091F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
9
31

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

Portions of RGB colors in percentages

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

%20.93
%72.09

CMYK color model

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

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

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

CMYK percentages

%90.32
%70.97
%0
%87.84

Codes

Color #03091F in popluar color models

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

Color #03091F in popluar number systems.

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

Shades and tints

Shades of #03091F

#03091F
(3,9,31)
#03091D
(3,9,29)
#03091B
(3,9,27)
#030919
(3,9,25)
#030917
(3,9,23)
#030915
(3,9,21)
#030913
(3,9,19)
#030911
(3,9,17)
#03090F
(3,9,15)
#03090D
(3,9,13)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #03091F

#03091F
(3,9,31)
#191F33
(25,31,51)
#2F3547
(47,53,71)
#454B5B
(69,75,91)
#5B616F
(91,97,111)
#717783
(113,119,131)
#878D97
(135,141,151)
#9DA3AB
(157,163,171)
#B3B9BF
(179,185,191)
#C9CFD3
(201,207,211)
#DFE5E7
(223,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03091F; }

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

This text font color is #03091F.

Background Color

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

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

This div background color is #03091F.

Border color

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

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

This div border color is #03091F.

Opacity

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

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

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

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

This text has shadow with #03091F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03091F.

Preview

Color preview on black background

This text has color #03091F on black background.


Color preview on white background

This text has color #03091F on white background.


Black color preview on #03091F background

This text has black color on #03091F background.


White color preview on #03091F background

This text has white color on #03091F background.


Related colors

Complementary color

Complementary color for #hex is #FCF6E0.


I love getcolorcode.com

Triadic colors

1 #1F0309 and #091F03 with #03091F are triadic colors.

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