COLOR #00190E

HEX: #00190E
RGB: (0,25,14)

Color info

#00190E contains only green and blue colors. Web safe color of #00190E is #000000 (or #000).

RGB color model

#00190E color RGB value is (0,25,14).

  • red value is 0;
  • green value is 25;
  • blue value is 14.
RGB:
(0,25,14)
(0%,10%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 14 of 255 = 5%

0
25
14

R + G + B ~ 5%. #00190E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 14 = 39 (100%)
R 0 of 39 ~ 0%
G 25 of 39 ~ 64.1%
B 14 of 39 ~ 35.9%

%64.1
%35.9

CMYK color model

#00190E color CMYK value is (100,0,44,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 90.20%
CMYK:
(100,0,44,90)
C100M0Y44K90 
(100%,0%,44%,90%)
(1.00/0.00/0.44/0.90)	

CMYK percentages

%100
%0
%44
%90.2

Codes

Color #00190E in popluar color models

00190E
RGB02514
HSL154°100.00%4.90%
HSB/HSV154°100.00%9.80%
CMYK100.00%0.00%44.00%
90.20%

Color #00190E in popluar number systems.

HEX00190E
Decimal02514
Binary0110011110
Octal03116

Shades and tints

Shades of #00190E

#00190E
(0,25,14)
#00170D
(0,23,13)
#00150C
(0,21,12)
#00130B
(0,19,11)
#00110A
(0,17,10)
#000F09
(0,15,9)
#000D08
(0,13,8)
#000B07
(0,11,7)
#000906
(0,9,6)
#000705
(0,7,5)
#000504
(0,5,4)
#000000
(0,0,0)

Tints of #00190E

#00190E
(0,25,14)
#172D23
(23,45,35)
#2E4138
(46,65,56)
#45554D
(69,85,77)
#5C6962
(92,105,98)
#737D77
(115,125,119)
#8A918C
(138,145,140)
#A1A5A1
(161,165,161)
#B8B9B6
(184,185,182)
#CFCDCB
(207,205,203)
#E6E1E0
(230,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00190E color. Also use rgb(0,25,14) instead hex code.

Text Font Color

.myTextColor { color: #00190E; }

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

This text font color is #00190E.


Background Color

.myBgColor { background-color: #00190E; }

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

This div background color is #00190E.


Border color

.myBorderColor { border: 1px solid #00190E; }

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

This div border color is #00190E.


Opacity

.myOpacity80 { color: #00190E; opacity: 0.8; }

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

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

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

This text has shadow with #00190E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00190E on black background.


Color preview on white background

This text has color #00190E on white background.



Black color preview on #00190E background

This text has black color on #00190E background.


White color preview on #00190E background

This text has white color on #00190E background.