COLOR #190E15

HEX: #190E15
RGB: (25,14,21)

Color info

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

RGB color model

#190E15 color RGB value is (25,14,21).

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

RGB channels and saturation

R 25 of 255 = 10%
G 14 of 255 = 5%
B 21 of 255 = 8%

25
14
21

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

Portions of RGB colors in percentages

R + G + B =
25 + 14 + 21 = 60 (100%)
R 25 of 60 ~ 41.67%
G 14 of 60 ~ 23.33%
B 21 of 60 ~ 35%

%41.67
%23.33
%35

CMYK color model

#190E15 color CMYK value is (0,44,16,90).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 16.00%
  • key color value is 90.20%
CMYK:
(0,44,16,90)
C0M44Y16K90 
(0%,44%,16%,90%)
(0.00/0.44/0.16/0.90)	

CMYK percentages

%0
%44
%16
%90.2

Codes

Color #190E15 in popluar color models

190E15
RGB251421
HSL322°28.21%7.65%
HSB/HSV322°44.00%9.80%
CMYK0.00%44.00%16.00%
90.20%

Color #190E15 in popluar number systems.

HEX190E15
Decimal251421
Binary11001111010101
Octal311625

Shades and tints

Shades of #190E15

#190E15
(25,14,21)
#170D14
(23,13,20)
#150C13
(21,12,19)
#130B12
(19,11,18)
#110A11
(17,10,17)
#0F0910
(15,9,16)
#0D080F
(13,8,15)
#0B070E
(11,7,14)
#09060D
(9,6,13)
#07050C
(7,5,12)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #190E15

#190E15
(25,14,21)
#2D232A
(45,35,42)
#41383F
(65,56,63)
#554D54
(85,77,84)
#696269
(105,98,105)
#7D777E
(125,119,126)
#918C93
(145,140,147)
#A5A1A8
(165,161,168)
#B9B6BD
(185,182,189)
#CDCBD2
(205,203,210)
#E1E0E7
(225,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190E15 color. Also use rgb(25,14,21) instead hex code.

Text Font Color

.myTextColor { color: #190E15; }

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

This text font color is #190E15.


Background Color

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

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

This div background color is #190E15.


Border color

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

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

This div border color is #190E15.


Opacity

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

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

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

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

This text has shadow with #190E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190E15 on black background.


Color preview on white background

This text has color #190E15 on white background.



Black color preview on #190E15 background

This text has black color on #190E15 background.


White color preview on #190E15 background

This text has white color on #190E15 background.