COLOR #00190C

HEX: #00190C
RGB: (0,25,12)

Color info

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

RGB color model

#00190C color RGB value is (0,25,12).

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

RGB channels and saturation

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

0
25
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 12 = 37 (100%)
R 0 of 37 ~ 0%
G 25 of 37 ~ 67.57%
B 12 of 37 ~ 32.43%

%67.57
%32.43

CMYK color model

#00190C color CMYK value is (100,0,52,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%
CMYK:
(100,0,52,90)
C100M0Y52K90 
(100%,0%,52%,90%)
(1.00/0.00/0.52/0.90)	

CMYK percentages

%100
%0
%52
%90.2

Codes

Color #00190C in popluar color models

00190C
RGB02512
HSL149°100.00%4.90%
HSB/HSV149°100.00%9.80%
CMYK100.00%0.00%52.00%
90.20%

Color #00190C in popluar number systems.

HEX00190C
Decimal02512
Binary0110011100
Octal03114

Shades and tints

Shades of #00190C

#00190C
(0,25,12)
#00170B
(0,23,11)
#00150A
(0,21,10)
#001309
(0,19,9)
#001108
(0,17,8)
#000F07
(0,15,7)
#000D06
(0,13,6)
#000B05
(0,11,5)
#000904
(0,9,4)
#000703
(0,7,3)
#000502
(0,5,2)
#000000
(0,0,0)

Tints of #00190C

#00190C
(0,25,12)
#172D22
(23,45,34)
#2E4138
(46,65,56)
#45554E
(69,85,78)
#5C6964
(92,105,100)
#737D7A
(115,125,122)
#8A9190
(138,145,144)
#A1A5A6
(161,165,166)
#B8B9BC
(184,185,188)
#CFCDD2
(207,205,210)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00190C; }

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

This text font color is #00190C.


Background Color

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

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

This div background color is #00190C.


Border color

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

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

This div border color is #00190C.


Opacity

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

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

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

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

This text has shadow with #00190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00190C on black background.


Color preview on white background

This text has color #00190C on white background.



Black color preview on #00190C background

This text has black color on #00190C background.


White color preview on #00190C background

This text has white color on #00190C background.