COLOR #031B13

HEX: #031B13 RGB: (3,27,19)

Color info

#031B13 contains red, green and blue colors in about the same proportion. Web safe color of #031B13 is #003300 (or #030).

RGB color model

#031B13 color RGB value is (3,27,19).

RGB: (3,27,19) (1%, 11%, 7%)

RGB channels and saturation

R 3 of 255 = 1%
G 27 of 255 = 11%
B 19 of 255 = 7%

3
27
19

R + G + B ~ 6%. #031B13 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 27 + 19 = 49 (100%)
R 3 of 49 ~ 6.12%
G 27 of 49 ~ 55.1%
B 19 of 49 ~ 38.78'%

%55.1
%38.78

CMYK color model

#031B13 color CMYK value is (89,0,30,89).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 89.41%

CMYK: (89,0,30,89)
C89M0Y30K89 (89%, 0%, 30%, 89%)
(0.89 / 0.00 / 0.30 / 0.89)

CMYK percentages

%88.89
%0
%29.63
%89.41

Codes

Color #031B13 in popluar color models

03 1B 13
RGB 3 27 19
HSL 160° 80.00% 5.88%
HSB/HSV 160° 88.89% 10.59%
CMYK 88.89% 0.00% 29.63%
89.41%

Color #031B13 in popluar number systems.

HEX 03 1B 13
Decimal 3 27 19
Binary 11 11011 10011
Octal 3 33 23

Shades and tints

Shades of #031B13

#031B13
(3,27,19)
#031912
(3,25,18)
#031711
(3,23,17)
#031510
(3,21,16)
#03130F
(3,19,15)
#03110E
(3,17,14)
#030F0D
(3,15,13)
#030D0C
(3,13,12)
#030B0B
(3,11,11)
#03090A
(3,9,10)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #031B13

#031B13
(3,27,19)
#192F28
(25,47,40)
#2F433D
(47,67,61)
#455752
(69,87,82)
#5B6B67
(91,107,103)
#717F7C
(113,127,124)
#879391
(135,147,145)
#9DA7A6
(157,167,166)
#B3BBBB
(179,187,187)
#C9CFD0
(201,207,208)
#DFE3E5
(223,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031B13; }

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

This text font color is #031B13.

Background Color

.myBgColor { background-color: #031B13; }

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

This div background color is #031B13.

Border color

.myBorderColor { border: 1px solid #031B13; }

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

This div border color is #031B13.

Opacity

.myOpacity80 { color: #031B13; opacity: 0.8; }

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

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

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

This text has shadow with #031B13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031B13.

Preview

Color preview on black background

This text has color #031B13 on black background.


Color preview on white background

This text has color #031B13 on white background.


Black color preview on #031B13 background

This text has black color on #031B13 background.


White color preview on #031B13 background

This text has white color on #031B13 background.


Related colors

Complementary color

Complementary color for #hex is #FCE4EC.


I love getcolorcode.com

Triadic colors

1 #13031B and #1B1303 with #031B13 are triadic colors.

2 #131B03 and #1B0313 with #031B13 are triadic colors.