COLOR #12190A

HEX: #12190A RGB: (18,25,10)

Color info

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

RGB color model

#12190A color RGB value is (18,25,10).

RGB: (18,25,10) (7%, 10%, 4%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 10 of 255 = 4%

18
25
10

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

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 10 = 53 (100%)
R 18 of 53 ~ 33.96%
G 25 of 53 ~ 47.17%
B 10 of 53 ~ 18.87'%

%33.96
%47.17
%18.87

CMYK color model

#12190A color CMYK value is (28,0,60,90).

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

CMYK: (28,0,60,90)
C28M0Y60K90 (28%, 0%, 60%, 90%)
(0.28 / 0.00 / 0.60 / 0.90)

CMYK percentages

%28
%0
%60
%90.2

Codes

Color #12190A in popluar color models

12 19 0A
RGB 18 25 10
HSL 88° 42.86% 6.86%
HSB/HSV 88° 60.00% 9.80%
CMYK 28.00% 0.00% 60.00%
90.20%

Color #12190A in popluar number systems.

HEX 12 19 0A
Decimal 18 25 10
Binary 10010 11001 1010
Octal 22 31 12

Shades and tints

Shades of #12190A

#12190A
(18,25,10)
#11170A
(17,23,10)
#10150A
(16,21,10)
#0F130A
(15,19,10)
#0E110A
(14,17,10)
#0D0F0A
(13,15,10)
#0C0D0A
(12,13,10)
#0B0B0A
(11,11,10)
#0A090A
(10,9,10)
#09070A
(9,7,10)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #12190A

#12190A
(18,25,10)
#272D20
(39,45,32)
#3C4136
(60,65,54)
#51554C
(81,85,76)
#666962
(102,105,98)
#7B7D78
(123,125,120)
#90918E
(144,145,142)
#A5A5A4
(165,165,164)
#BAB9BA
(186,185,186)
#CFCDD0
(207,205,208)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12190A; }

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

This text font color is #12190A.

Background Color

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

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

This div background color is #12190A.

Border color

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

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

This div border color is #12190A.

Opacity

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

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

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

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

This text has shadow with #12190A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12190A.

Preview

Color preview on black background

This text has color #12190A on black background.


Color preview on white background

This text has color #12190A on white background.


Black color preview on #12190A background

This text has black color on #12190A background.


White color preview on #12190A background

This text has white color on #12190A background.


Related colors

Complementary color

Complementary color for #hex is #EDE6F5.


I love getcolorcode.com

Triadic colors

1 #0A1219 and #190A12 with #12190A are triadic colors.

2 #0A1912 and #19120A with #12190A are triadic colors.