COLOR #19000C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
0
12

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

Portions of RGB colors in percentages

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

%67.57
%32.43

CMYK color model

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

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

CMYK percentages

%0
%100
%52
%90.2

Codes

Color #19000C in popluar color models

19000C
RGB25012
HSL331°100.00%4.90%
HSB/HSV331°100.00%9.80%
CMYK0.00%100.00%52.00%
90.20%

Color #19000C in popluar number systems.

HEX19000C
Decimal25012
Binary1100101100
Octal31014

Shades and tints

Shades of #19000C

#19000C
(25,0,12)
#17000B
(23,0,11)
#15000A
(21,0,10)
#130009
(19,0,9)
#110008
(17,0,8)
#0F0007
(15,0,7)
#0D0006
(13,0,6)
#0B0005
(11,0,5)
#090004
(9,0,4)
#070003
(7,0,3)
#050002
(5,0,2)
#000000
(0,0,0)

Tints of #19000C

#19000C
(25,0,12)
#2D1722
(45,23,34)
#412E38
(65,46,56)
#55454E
(85,69,78)
#695C64
(105,92,100)
#7D737A
(125,115,122)
#918A90
(145,138,144)
#A5A1A6
(165,161,166)
#B9B8BC
(185,184,188)
#CDCFD2
(205,207,210)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19000C; }

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

This text font color is #19000C.


Background Color

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

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

This div background color is #19000C.


Border color

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

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

This div border color is #19000C.


Opacity

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

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

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

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

This text has shadow with #19000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19000C on black background.


Color preview on white background

This text has color #19000C on white background.



Black color preview on #19000C background

This text has black color on #19000C background.


White color preview on #19000C background

This text has white color on #19000C background.