COLOR #190E13

HEX: #190E13
RGB: (25,14,19)

Color info

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

RGB color model

#190E13 color RGB value is (25,14,19).

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

RGB channels and saturation

R 25 of 255 = 10%
G 14 of 255 = 5%
B 19 of 255 = 7%

25
14
19

R + G + B ~ 7%. #190E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 14 + 19 = 58 (100%)
R 25 of 58 ~ 43.1%
G 14 of 58 ~ 24.14%
B 19 of 58 ~ 32.76%

%43.1
%24.14
%32.76

CMYK color model

#190E13 color CMYK value is (0,44,24,90).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(0,44,24,90)
C0M44Y24K90 
(0%,44%,24%,90%)
(0.00/0.44/0.24/0.90)	

CMYK percentages

%0
%44
%24
%90.2

Codes

Color #190E13 in popluar color models

190E13
RGB251419
HSL333°28.21%7.65%
HSB/HSV333°44.00%9.80%
CMYK0.00%44.00%24.00%
90.20%

Color #190E13 in popluar number systems.

HEX190E13
Decimal251419
Binary11001111010011
Octal311623

Shades and tints

Shades of #190E13

#190E13
(25,14,19)
#170D12
(23,13,18)
#150C11
(21,12,17)
#130B10
(19,11,16)
#110A0F
(17,10,15)
#0F090E
(15,9,14)
#0D080D
(13,8,13)
#0B070C
(11,7,12)
#09060B
(9,6,11)
#07050A
(7,5,10)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #190E13

#190E13
(25,14,19)
#2D2328
(45,35,40)
#41383D
(65,56,61)
#554D52
(85,77,82)
#696267
(105,98,103)
#7D777C
(125,119,124)
#918C91
(145,140,145)
#A5A1A6
(165,161,166)
#B9B6BB
(185,182,187)
#CDCBD0
(205,203,208)
#E1E0E5
(225,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190E13; }

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

This text font color is #190E13.


Background Color

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

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

This div background color is #190E13.


Border color

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

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

This div border color is #190E13.


Opacity

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

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

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

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

This text has shadow with #190E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190E13 on black background.


Color preview on white background

This text has color #190E13 on white background.



Black color preview on #190E13 background

This text has black color on #190E13 background.


White color preview on #190E13 background

This text has white color on #190E13 background.