COLOR #03191D

HEX: #03191D
RGB: (3,25,29)

Color info

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

RGB color model

#03191D color RGB value is (3,25,29).

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

RGB channels and saturation

R 3 of 255 = 1%
G 25 of 255 = 10%
B 29 of 255 = 11%

3
25
29

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

Portions of RGB colors in percentages

R + G + B =
3 + 25 + 29 = 57 (100%)
R 3 of 57 ~ 5.26%
G 25 of 57 ~ 43.86%
B 29 of 57 ~ 50.88%

%43.86
%50.88

CMYK color model

#03191D color CMYK value is (90,14,0,89).

  • cyan value is 89.66%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(90,14,0,89)
C90M14Y0K89 
(90%,14%,0%,89%)
(0.90/0.14/0.00/0.89)	

CMYK percentages

%89.66
%13.79
%0
%88.63

Codes

Color #03191D in popluar color models

03191D
RGB32529
HSL189°81.25%6.27%
HSB/HSV189°89.66%11.37%
CMYK89.66%13.79%0.00%
88.63%

Color #03191D in popluar number systems.

HEX03191D
Decimal32529
Binary111100111101
Octal33135

Shades and tints

Shades of #03191D

#03191D
(3,25,29)
#03171B
(3,23,27)
#031519
(3,21,25)
#031317
(3,19,23)
#031115
(3,17,21)
#030F13
(3,15,19)
#030D11
(3,13,17)
#030B0F
(3,11,15)
#03090D
(3,9,13)
#03070B
(3,7,11)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #03191D

#03191D
(3,25,29)
#192D31
(25,45,49)
#2F4145
(47,65,69)
#455559
(69,85,89)
#5B696D
(91,105,109)
#717D81
(113,125,129)
#879195
(135,145,149)
#9DA5A9
(157,165,169)
#B3B9BD
(179,185,189)
#C9CDD1
(201,205,209)
#DFE1E5
(223,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03191D; }

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

This text font color is #03191D.


Background Color

.myBgColor { background-color: #03191D; }

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

This div background color is #03191D.


Border color

.myBorderColor { border: 1px solid #03191D; }

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

This div border color is #03191D.


Opacity

.myOpacity80 { color: #03191D; opacity: 0.8; }

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

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

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

This text has shadow with #03191D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03191D on black background.


Color preview on white background

This text has color #03191D on white background.



Black color preview on #03191D background

This text has black color on #03191D background.


White color preview on #03191D background

This text has white color on #03191D background.