COLOR #12090C

HEX: #12090C
RGB: (18,9,12)

Color info

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

RGB color model

#12090C color RGB value is (18,9,12).

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

RGB channels and saturation

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

18
9
12

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

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 12 = 39 (100%)
R 18 of 39 ~ 46.15%
G 9 of 39 ~ 23.08%
B 12 of 39 ~ 30.77%

%46.15
%23.08
%30.77

CMYK color model

#12090C color CMYK value is (0,50,33,93).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 33.33%
  • key color value is 92.94%
CMYK:
(0,50,33,93)
C0M50Y33K93 
(0%,50%,33%,93%)
(0.00/0.50/0.33/0.93)	

CMYK percentages

%0
%50
%33.33
%92.94

Codes

Color #12090C in popluar color models

12090C
RGB18912
HSL340°33.33%5.29%
HSB/HSV340°50.00%7.06%
CMYK0.00%50.00%33.33%
92.94%

Color #12090C in popluar number systems.

HEX12090C
Decimal18912
Binary1001010011100
Octal221114

Shades and tints

Shades of #12090C

#12090C
(18,9,12)
#11090B
(17,9,11)
#10090A
(16,9,10)
#0F0909
(15,9,9)
#0E0908
(14,9,8)
#0D0907
(13,9,7)
#0C0906
(12,9,6)
#0B0905
(11,9,5)
#0A0904
(10,9,4)
#090903
(9,9,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #12090C

#12090C
(18,9,12)
#271F22
(39,31,34)
#3C3538
(60,53,56)
#514B4E
(81,75,78)
#666164
(102,97,100)
#7B777A
(123,119,122)
#908D90
(144,141,144)
#A5A3A6
(165,163,166)
#BAB9BC
(186,185,188)
#CFCFD2
(207,207,210)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12090C; }

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

This text font color is #12090C.


Background Color

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

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

This div background color is #12090C.


Border color

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

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

This div border color is #12090C.


Opacity

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

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

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

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

This text has shadow with #12090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12090C on black background.


Color preview on white background

This text has color #12090C on white background.



Black color preview on #12090C background

This text has black color on #12090C background.


White color preview on #12090C background

This text has white color on #12090C background.