COLOR #090112

HEX: #090112
RGB: (9,1,18)

Color info

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

RGB color model

#090112 color RGB value is (9,1,18).

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

RGB channels and saturation

R 9 of 255 = 4%
G 1 of 255 = 0%
B 18 of 255 = 7%

9
1
18

R + G + B ~ 4%. #090112 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 1 + 18 = 28 (100%)
R 9 of 28 ~ 32.14%
G 1 of 28 ~ 3.57%
B 18 of 28 ~ 64.29%

%32.14
%64.29

CMYK color model

#090112 color CMYK value is (50,94,0,93).

  • cyan value is 50.00%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(50,94,0,93)
C50M94Y0K93 
(50%,94%,0%,93%)
(0.50/0.94/0.00/0.93)	

CMYK percentages

%50
%94.44
%0
%92.94

Codes

Color #090112 in popluar color models

090112
RGB9118
HSL268°89.47%3.73%
HSB/HSV268°94.44%7.06%
CMYK50.00%94.44%0.00%
92.94%

Color #090112 in popluar number systems.

HEX090112
Decimal9118
Binary1001110010
Octal11122

Shades and tints

Shades of #090112

#090112
(9,1,18)
#090111
(9,1,17)
#090110
(9,1,16)
#09010F
(9,1,15)
#09010E
(9,1,14)
#09010D
(9,1,13)
#09010C
(9,1,12)
#09010B
(9,1,11)
#09010A
(9,1,10)
#090109
(9,1,9)
#090108
(9,1,8)
#000000
(0,0,0)

Tints of #090112

#090112
(9,1,18)
#1F1827
(31,24,39)
#352F3C
(53,47,60)
#4B4651
(75,70,81)
#615D66
(97,93,102)
#77747B
(119,116,123)
#8D8B90
(141,139,144)
#A3A2A5
(163,162,165)
#B9B9BA
(185,185,186)
#CFD0CF
(207,208,207)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090112; }

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

This text font color is #090112.


Background Color

.myBgColor { background-color: #090112; }

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

This div background color is #090112.


Border color

.myBorderColor { border: 1px solid #090112; }

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

This div border color is #090112.


Opacity

.myOpacity80 { color: #090112; opacity: 0.8; }

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

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

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

This text has shadow with #090112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090112 on black background.


Color preview on white background

This text has color #090112 on white background.



Black color preview on #090112 background

This text has black color on #090112 background.


White color preview on #090112 background

This text has white color on #090112 background.