COLOR #190B18

HEX: #190B18
RGB: (25,11,24)

Color info

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

RGB color model

#190B18 color RGB value is (25,11,24).

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

RGB channels and saturation

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

25
11
24

R + G + B ~ 8%. #190B18 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 11 + 24 = 60 (100%)
R 25 of 60 ~ 41.67%
G 11 of 60 ~ 18.33%
B 24 of 60 ~ 40%

%41.67
%18.33
%40

CMYK color model

#190B18 color CMYK value is (0,56,4,90).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 4.00%
  • key color value is 90.20%
CMYK:
(0,56,4,90)
C0M56Y4K90 
(0%,56%,4%,90%)
(0.00/0.56/0.04/0.90)	

CMYK percentages

%0
%56
%4
%90.2

Codes

Color #190B18 in popluar color models

190B18
RGB251124
HSL304°38.89%7.06%
HSB/HSV304°56.00%9.80%
CMYK0.00%56.00%4.00%
90.20%

Color #190B18 in popluar number systems.

HEX190B18
Decimal251124
Binary11001101111000
Octal311330

Shades and tints

Shades of #190B18

#190B18
(25,11,24)
#170A16
(23,10,22)
#150914
(21,9,20)
#130812
(19,8,18)
#110710
(17,7,16)
#0F060E
(15,6,14)
#0D050C
(13,5,12)
#0B040A
(11,4,10)
#090308
(9,3,8)
#070206
(7,2,6)
#050104
(5,1,4)
#000000
(0,0,0)

Tints of #190B18

#190B18
(25,11,24)
#2D212D
(45,33,45)
#413742
(65,55,66)
#554D57
(85,77,87)
#69636C
(105,99,108)
#7D7981
(125,121,129)
#918F96
(145,143,150)
#A5A5AB
(165,165,171)
#B9BBC0
(185,187,192)
#CDD1D5
(205,209,213)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190B18 color. Also use rgb(25,11,24) instead hex code.

Text Font Color

.myTextColor { color: #190B18; }

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

This text font color is #190B18.


Background Color

.myBgColor { background-color: #190B18; }

<div style="background-color:#190B18">Inner text</div>

This div background color is #190B18.


Border color

.myBorderColor { border: 1px solid #190B18; }

<div style="border:3px solid #190B18">Div</div>

This div border color is #190B18.


Opacity

.myOpacity80 { color: #190B18; opacity: 0.8; }

<p style="color:#190B18;opacity:0.8;">80%</p>

Text with #190B18 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 #190B18;}

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

This text has shadow with #190B18 color.

.textShadow {text-shadow: 3px 3px 1px #190B18, 3px 3px 1px red;}

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

This text has shadow with #190B18 primary color and red secondary color.


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

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

This text has shadow with #190B18 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190B18 on black background.


Color preview on white background

This text has color #190B18 on white background.



Black color preview on #190B18 background

This text has black color on #190B18 background.


White color preview on #190B18 background

This text has white color on #190B18 background.