COLOR #031619

HEX: #031619
RGB: (3,22,25)

Color info

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

RGB color model

#031619 color RGB value is (3,22,25).

  • red value is 3;
  • green value is 22;
  • blue value is 25.
RGB:
(3,22,25)
(1%,9%,10%)

RGB channels and saturation

R 3 of 255 = 1%
G 22 of 255 = 9%
B 25 of 255 = 10%

3
22
25

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

Portions of RGB colors in percentages

R + G + B =
3 + 22 + 25 = 50 (100%)
R 3 of 50 ~ 6%
G 22 of 50 ~ 44%
B 25 of 50 ~ 50%

%44
%50

CMYK color model

#031619 color CMYK value is (88,12,0,90).

  • cyan value is 88.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(88,12,0,90)
C88M12Y0K90 
(88%,12%,0%,90%)
(0.88/0.12/0.00/0.90)	

CMYK percentages

%88
%12
%0
%90.2

Codes

Color #031619 in popluar color models

031619
RGB32225
HSL188°78.57%5.49%
HSB/HSV188°88.00%9.80%
CMYK88.00%12.00%0.00%
90.20%

Color #031619 in popluar number systems.

HEX031619
Decimal32225
Binary111011011001
Octal32631

Shades and tints

Shades of #031619

#031619
(3,22,25)
#031417
(3,20,23)
#031215
(3,18,21)
#031013
(3,16,19)
#030E11
(3,14,17)
#030C0F
(3,12,15)
#030A0D
(3,10,13)
#03080B
(3,8,11)
#030609
(3,6,9)
#030407
(3,4,7)
#030205
(3,2,5)
#000000
(0,0,0)

Tints of #031619

#031619
(3,22,25)
#192B2D
(25,43,45)
#2F4041
(47,64,65)
#455555
(69,85,85)
#5B6A69
(91,106,105)
#717F7D
(113,127,125)
#879491
(135,148,145)
#9DA9A5
(157,169,165)
#B3BEB9
(179,190,185)
#C9D3CD
(201,211,205)
#DFE8E1
(223,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031619 color. Also use rgb(3,22,25) instead hex code.

Text Font Color

.myTextColor { color: #031619; }

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

This text font color is #031619.


Background Color

.myBgColor { background-color: #031619; }

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

This div background color is #031619.


Border color

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

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

This div border color is #031619.


Opacity

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

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

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

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

This text has shadow with #031619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031619 on black background.


Color preview on white background

This text has color #031619 on white background.



Black color preview on #031619 background

This text has black color on #031619 background.


White color preview on #031619 background

This text has white color on #031619 background.