COLOR #19090B

HEX: #19090B
RGB: (25,9,11)

Color info

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

RGB color model

#19090B color RGB value is (25,9,11).

  • red value is 25;
  • green value is 9;
  • blue value is 11.
RGB:
(25,9,11)
(10%,4%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 9 of 255 = 4%
B 11 of 255 = 4%

25
9
11

R + G + B ~ 6%. #19090B is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 9 + 11 = 45 (100%)
R 25 of 45 ~ 55.56%
G 9 of 45 ~ 20%
B 11 of 45 ~ 24.44%

%55.56
%20
%24.44

CMYK color model

#19090B color CMYK value is (0,64,56,90).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 56.00%
  • key color value is 90.20%
CMYK:
(0,64,56,90)
C0M64Y56K90 
(0%,64%,56%,90%)
(0.00/0.64/0.56/0.90)	

CMYK percentages

%0
%64
%56
%90.2

Codes

Color #19090B in popluar color models

19090B
RGB25911
HSL353°47.06%6.67%
HSB/HSV353°64.00%9.80%
CMYK0.00%64.00%56.00%
90.20%

Color #19090B in popluar number systems.

HEX19090B
Decimal25911
Binary1100110011011
Octal311113

Shades and tints

Shades of #19090B

#19090B
(25,9,11)
#17090A
(23,9,10)
#150909
(21,9,9)
#130908
(19,9,8)
#110907
(17,9,7)
#0F0906
(15,9,6)
#0D0905
(13,9,5)
#0B0904
(11,9,4)
#090903
(9,9,3)
#070902
(7,9,2)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #19090B

#19090B
(25,9,11)
#2D1F21
(45,31,33)
#413537
(65,53,55)
#554B4D
(85,75,77)
#696163
(105,97,99)
#7D7779
(125,119,121)
#918D8F
(145,141,143)
#A5A3A5
(165,163,165)
#B9B9BB
(185,185,187)
#CDCFD1
(205,207,209)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19090B color. Also use rgb(25,9,11) instead hex code.

Text Font Color

.myTextColor { color: #19090B; }

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

This text font color is #19090B.


Background Color

.myBgColor { background-color: #19090B; }

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

This div background color is #19090B.


Border color

.myBorderColor { border: 1px solid #19090B; }

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

This div border color is #19090B.


Opacity

.myOpacity80 { color: #19090B; opacity: 0.8; }

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

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

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

This text has shadow with #19090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19090B on black background.


Color preview on white background

This text has color #19090B on white background.



Black color preview on #19090B background

This text has black color on #19090B background.


White color preview on #19090B background

This text has white color on #19090B background.