COLOR #12190D

HEX: #12190D RGB: (18,25,13)

Color info

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

RGB color model

#12190D color RGB value is (18,25,13).

RGB: (18,25,13) (7%, 10%, 5%)

RGB channels and saturation

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

18
25
13

R + G + B ~ 7%. #12190D is dark color.

Portions of RGB colors in percentages

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

%32.14
%44.64
%23.21

CMYK color model

#12190D color CMYK value is (28,0,48,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%

CMYK: (28,0,48,90)
C28M0Y48K90 (28%, 0%, 48%, 90%)
(0.28 / 0.00 / 0.48 / 0.90)

CMYK percentages

%28
%0
%48
%90.2

Codes

Color #12190D in popluar color models

12 19 0D
RGB 18 25 13
HSL 95° 31.58% 7.45%
HSB/HSV 95° 48.00% 9.80%
CMYK 28.00% 0.00% 48.00%
90.20%

Color #12190D in popluar number systems.

HEX 12 19 0D
Decimal 18 25 13
Binary 10010 11001 1101
Octal 22 31 15

Shades and tints

Shades of #12190D

#12190D
(18,25,13)
#11170C
(17,23,12)
#10150B
(16,21,11)
#0F130A
(15,19,10)
#0E1109
(14,17,9)
#0D0F08
(13,15,8)
#0C0D07
(12,13,7)
#0B0B06
(11,11,6)
#0A0905
(10,9,5)
#090704
(9,7,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #12190D

#12190D
(18,25,13)
#272D23
(39,45,35)
#3C4139
(60,65,57)
#51554F
(81,85,79)
#666965
(102,105,101)
#7B7D7B
(123,125,123)
#909191
(144,145,145)
#A5A5A7
(165,165,167)
#BAB9BD
(186,185,189)
#CFCDD3
(207,205,211)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12190D; }

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

This text font color is #12190D.

Background Color

.myBgColor { background-color: #12190D; }

<div style="background-color:#12190D">Inner text</div>

This div background color is #12190D.

Border color

.myBorderColor { border: 1px solid #12190D; }

<div style="border:3px solid #12190D">Div</div>

This div border color is #12190D.

Opacity

.myOpacity80 { color: #12190D; opacity: 0.8; }

<p style="color:#12190D;opacity:0.8;">80%</p>

Text with #12190D 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 #12190D;}

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

This text has shadow with #12190D color.


.textShadow {text-shadow: 3px 3px 1px #12190D', 3px 3px 1px red;}

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

This text has shadow with #12190D primary color and red secondary color.


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

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

This text has shadow with #12190D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12190D; -webkit-box-shadow: 1px 1px 3px 2px #12190D; box-shadow:1px 1px 3px 2px #12190D;">
Div content here
</div>

This div box has shadow with color #12190D.

Preview

Color preview on black background

This text has color #12190D on black background.


Color preview on white background

This text has color #12190D on white background.


Black color preview on #12190D background

This text has black color on #12190D background.


White color preview on #12190D background

This text has white color on #12190D background.


Related colors

Complementary color

Complementary color for #hex is #EDE6F2.


I love getcolorcode.com

Triadic colors

1 #0D1219 and #190D12 with #12190D are triadic colors.

2 #0D1912 and #19120D with #12190D are triadic colors.