COLOR #031424

HEX: #031424 RGB: (3,20,36)

Color info

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

RGB color model

#031424 color RGB value is (3,20,36).

RGB: (3,20,36) (1%, 8%, 14%)

RGB channels and saturation

R 3 of 255 = 1%
G 20 of 255 = 8%
B 36 of 255 = 14%

3
20
36

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

Portions of RGB colors in percentages

R + G + B = 3 + 20 + 36 = 59 (100%)
R 3 of 59 ~ 5.08%
G 20 of 59 ~ 33.9%
B 36 of 59 ~ 61.02'%

%33.9
%61.02

CMYK color model

#031424 color CMYK value is (92,44,0,86).

  • cyan value is 91.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (92,44,0,86)
C92M44Y0K86 (92%, 44%, 0%, 86%)
(0.92 / 0.44 / 0.00 / 0.86)

CMYK percentages

%91.67
%44.44
%0
%85.88

Codes

Color #031424 in popluar color models

03 14 24
RGB 3 20 36
HSL 209° 84.62% 7.65%
HSB/HSV 209° 91.67% 14.12%
CMYK 91.67% 44.44% 0.00%
85.88%

Color #031424 in popluar number systems.

HEX 03 14 24
Decimal 3 20 36
Binary 11 10100 100100
Octal 3 24 44

Shades and tints

Shades of #031424

#031424
(3,20,36)
#031321
(3,19,33)
#03121E
(3,18,30)
#03111B
(3,17,27)
#031018
(3,16,24)
#030F15
(3,15,21)
#030E12
(3,14,18)
#030D0F
(3,13,15)
#030C0C
(3,12,12)
#030B09
(3,11,9)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #031424

#031424
(3,20,36)
#192937
(25,41,55)
#2F3E4A
(47,62,74)
#45535D
(69,83,93)
#5B6870
(91,104,112)
#717D83
(113,125,131)
#879296
(135,146,150)
#9DA7A9
(157,167,169)
#B3BCBC
(179,188,188)
#C9D1CF
(201,209,207)
#DFE6E2
(223,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031424 color. Also use rgb(3,20,36) instead hex code.

Text Font Color

.myTextColor { color: #031424; }

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

This text font color is #031424.

Background Color

.myBgColor { background-color: #031424; }

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

This div background color is #031424.

Border color

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

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

This div border color is #031424.

Opacity

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

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

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

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

This text has shadow with #031424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031424.

Preview

Color preview on black background

This text has color #031424 on black background.


Color preview on white background

This text has color #031424 on white background.


Black color preview on #031424 background

This text has black color on #031424 background.


White color preview on #031424 background

This text has white color on #031424 background.


Related colors

Complementary color

Complementary color for #hex is #FCEBDB.


I love getcolorcode.com

Triadic colors

1 #240314 and #142403 with #031424 are triadic colors.

2 #241403 and #140324 with #031424 are triadic colors.