COLOR #190D12

HEX: #190D12
RGB: (25,13,18)

Color info

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

RGB color model

#190D12 color RGB value is (25,13,18).

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

RGB channels and saturation

R 25 of 255 = 10%
G 13 of 255 = 5%
B 18 of 255 = 7%

25
13
18

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

Portions of RGB colors in percentages

R + G + B =
25 + 13 + 18 = 56 (100%)
R 25 of 56 ~ 44.64%
G 13 of 56 ~ 23.21%
B 18 of 56 ~ 32.14%

%44.64
%23.21
%32.14

CMYK color model

#190D12 color CMYK value is (0,48,28,90).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 28.00%
  • key color value is 90.20%
CMYK:
(0,48,28,90)
C0M48Y28K90 
(0%,48%,28%,90%)
(0.00/0.48/0.28/0.90)	

CMYK percentages

%0
%48
%28
%90.2

Codes

Color #190D12 in popluar color models

190D12
RGB251318
HSL335°31.58%7.45%
HSB/HSV335°48.00%9.80%
CMYK0.00%48.00%28.00%
90.20%

Color #190D12 in popluar number systems.

HEX190D12
Decimal251318
Binary11001110110010
Octal311522

Shades and tints

Shades of #190D12

#190D12
(25,13,18)
#170C11
(23,12,17)
#150B10
(21,11,16)
#130A0F
(19,10,15)
#11090E
(17,9,14)
#0F080D
(15,8,13)
#0D070C
(13,7,12)
#0B060B
(11,6,11)
#09050A
(9,5,10)
#070409
(7,4,9)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #190D12

#190D12
(25,13,18)
#2D2327
(45,35,39)
#41393C
(65,57,60)
#554F51
(85,79,81)
#696566
(105,101,102)
#7D7B7B
(125,123,123)
#919190
(145,145,144)
#A5A7A5
(165,167,165)
#B9BDBA
(185,189,186)
#CDD3CF
(205,211,207)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190D12 color. Also use rgb(25,13,18) instead hex code.

Text Font Color

.myTextColor { color: #190D12; }

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

This text font color is #190D12.


Background Color

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

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

This div background color is #190D12.


Border color

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

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

This div border color is #190D12.


Opacity

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

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

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

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

This text has shadow with #190D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190D12 on black background.


Color preview on white background

This text has color #190D12 on white background.



Black color preview on #190D12 background

This text has black color on #190D12 background.


White color preview on #190D12 background

This text has white color on #190D12 background.