COLOR #031324

HEX: #031324 RGB: (3,19,36)

Color info

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

RGB color model

#031324 color RGB value is (3,19,36).

RGB: (3,19,36) (1%, 7%, 14%)

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 36 of 255 = 14%

3
19
36

R + G + B ~ 7%. #031324 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 19 + 36 = 58 (100%)
R 3 of 58 ~ 5.17%
G 19 of 58 ~ 32.76%
B 36 of 58 ~ 62.07'%

%32.76
%62.07

CMYK color model

#031324 color CMYK value is (92,47,0,86).

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

CMYK: (92,47,0,86)
C92M47Y0K86 (92%, 47%, 0%, 86%)
(0.92 / 0.47 / 0.00 / 0.86)

CMYK percentages

%91.67
%47.22
%0
%85.88

Codes

Color #031324 in popluar color models

03 13 24
RGB 3 19 36
HSL 211° 84.62% 7.65%
HSB/HSV 211° 91.67% 14.12%
CMYK 91.67% 47.22% 0.00%
85.88%

Color #031324 in popluar number systems.

HEX 03 13 24
Decimal 3 19 36
Binary 11 10011 100100
Octal 3 23 44

Shades and tints

Shades of #031324

#031324
(3,19,36)
#031221
(3,18,33)
#03111E
(3,17,30)
#03101B
(3,16,27)
#030F18
(3,15,24)
#030E15
(3,14,21)
#030D12
(3,13,18)
#030C0F
(3,12,15)
#030B0C
(3,11,12)
#030A09
(3,10,9)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #031324

#031324
(3,19,36)
#192837
(25,40,55)
#2F3D4A
(47,61,74)
#45525D
(69,82,93)
#5B6770
(91,103,112)
#717C83
(113,124,131)
#879196
(135,145,150)
#9DA6A9
(157,166,169)
#B3BBBC
(179,187,188)
#C9D0CF
(201,208,207)
#DFE5E2
(223,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031324; }

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

This text font color is #031324.

Background Color

.myBgColor { background-color: #031324; }

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

This div background color is #031324.

Border color

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

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

This div border color is #031324.

Opacity

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

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

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

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

This text has shadow with #031324 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031324.

Preview

Color preview on black background

This text has color #031324 on black background.


Color preview on white background

This text has color #031324 on white background.


Black color preview on #031324 background

This text has black color on #031324 background.


White color preview on #031324 background

This text has white color on #031324 background.


Related colors

Complementary color

Complementary color for #hex is #FCECDB.


I love getcolorcode.com

Triadic colors

1 #240313 and #132403 with #031324 are triadic colors.

2 #241303 and #130324 with #031324 are triadic colors.