COLOR #031209

HEX: #031209 RGB: (3,18,9)

Color info

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

RGB color model

#031209 color RGB value is (3,18,9).

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

RGB channels and saturation

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

3
18
9

R + G + B ~ 4%. #031209 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 18 + 9 = 30 (100%)
R 3 of 30 ~ 10%
G 18 of 30 ~ 60%
B 9 of 30 ~ 30'%

%10
%60
%30

CMYK color model

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

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.94%
CMYK: (83,0,50,93) C83M0Y50K93 (83%,0%,50%,93%) (0.83/0.00/0.50/0.93) 

CMYK percentages

%83.33
%0
%50
%92.94

Codes

Color #031209 in popluar color models

03 12 09
RGB 3 18 9
HSL 144° 71.43% 4.12%
HSB/HSV 144° 83.33% 7.06%
CMYK 83.33% 0.00% 50.00%
92.94%

Color #031209 in popluar number systems.

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

Shades and tints

Shades of #031209

#031209
(3,18,9)
#031109
(3,17,9)
#031009
(3,16,9)
#030F09
(3,15,9)
#030E09
(3,14,9)
#030D09
(3,13,9)
#030C09
(3,12,9)
#030B09
(3,11,9)
#030A09
(3,10,9)
#030909
(3,9,9)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #031209

#031209
(3,18,9)
#19271F
(25,39,31)
#2F3C35
(47,60,53)
#45514B
(69,81,75)
#5B6661
(91,102,97)
#717B77
(113,123,119)
#87908D
(135,144,141)
#9DA5A3
(157,165,163)
#B3BAB9
(179,186,185)
#C9CFCF
(201,207,207)
#DFE4E5
(223,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031209; }

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

This text font color is #031209.

Background Color

.myBgColor { background-color: #031209; }

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

This div background color is #031209.

Border color

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

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

This div border color is #031209.

Opacity

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

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

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

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

This text has shadow with #031209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031209.

Preview

Color preview on black background

This text has color #031209 on black background.


Color preview on white background

This text has color #031209 on white background.


Black color preview on #031209 background

This text has black color on #031209 background.


White color preview on #031209 background

This text has white color on #031209 background.


Related colors

Complementary color

Complementary color for #hex is #FCEDF6.


I love getcolorcode.com

Triadic colors

1 #090312 and #120903 with #031209 are triadic colors.

2 #091203 and #120309 with #031209 are triadic colors.