COLOR #12090D

HEX: #12090D
RGB: (18,9,13)

Color info

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

RGB color model

#12090D color RGB value is (18,9,13).

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

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 13 of 255 = 5%

18
9
13

R + G + B ~ 5%. #12090D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 13 = 40 (100%)
R 18 of 40 ~ 45%
G 9 of 40 ~ 22.5%
B 13 of 40 ~ 32.5%

%45
%22.5
%32.5

CMYK color model

#12090D color CMYK value is (0,50,28,93).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(0,50,28,93)
C0M50Y28K93 
(0%,50%,28%,93%)
(0.00/0.50/0.28/0.93)	

CMYK percentages

%0
%50
%27.78
%92.94

Codes

Color #12090D in popluar color models

12090D
RGB18913
HSL333°33.33%5.29%
HSB/HSV333°50.00%7.06%
CMYK0.00%50.00%27.78%
92.94%

Color #12090D in popluar number systems.

HEX12090D
Decimal18913
Binary1001010011101
Octal221115

Shades and tints

Shades of #12090D

#12090D
(18,9,13)
#11090C
(17,9,12)
#10090B
(16,9,11)
#0F090A
(15,9,10)
#0E0909
(14,9,9)
#0D0908
(13,9,8)
#0C0907
(12,9,7)
#0B0906
(11,9,6)
#0A0905
(10,9,5)
#090904
(9,9,4)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #12090D

#12090D
(18,9,13)
#271F23
(39,31,35)
#3C3539
(60,53,57)
#514B4F
(81,75,79)
#666165
(102,97,101)
#7B777B
(123,119,123)
#908D91
(144,141,145)
#A5A3A7
(165,163,167)
#BAB9BD
(186,185,189)
#CFCFD3
(207,207,211)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12090D; }

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

This text font color is #12090D.


Background Color

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

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

This div background color is #12090D.


Border color

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

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

This div border color is #12090D.


Opacity

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

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

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

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

This text has shadow with #12090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12090D on black background.


Color preview on white background

This text has color #12090D on white background.



Black color preview on #12090D background

This text has black color on #12090D background.


White color preview on #12090D background

This text has white color on #12090D background.