COLOR #09011B

HEX: #09011B
RGB: (9,1,27)

Color info

#09011B contains red, green and blue colors in about the same proportion. Web safe color of #09011B is #000033 (or #003).

RGB color model

#09011B color RGB value is (9,1,27).

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

RGB channels and saturation

R 9 of 255 = 4%
G 1 of 255 = 0%
B 27 of 255 = 11%

9
1
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 1 + 27 = 37 (100%)
R 9 of 37 ~ 24.32%
G 1 of 37 ~ 2.7%
B 27 of 37 ~ 72.97%

%24.32
%72.97

CMYK color model

#09011B color CMYK value is (67,96,0,89).

  • cyan value is 66.67%
  • magenta value is 96.30%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(67,96,0,89)
C67M96Y0K89 
(67%,96%,0%,89%)
(0.67/0.96/0.00/0.89)	

CMYK percentages

%66.67
%96.3
%0
%89.41

Codes

Color #09011B in popluar color models

09011B
RGB9127
HSL258°92.86%5.49%
HSB/HSV258°96.30%10.59%
CMYK66.67%96.30%0.00%
89.41%

Color #09011B in popluar number systems.

HEX09011B
Decimal9127
Binary1001111011
Octal11133

Shades and tints

Shades of #09011B

#09011B
(9,1,27)
#090119
(9,1,25)
#090117
(9,1,23)
#090115
(9,1,21)
#090113
(9,1,19)
#090111
(9,1,17)
#09010F
(9,1,15)
#09010D
(9,1,13)
#09010B
(9,1,11)
#090109
(9,1,9)
#090107
(9,1,7)
#000000
(0,0,0)

Tints of #09011B

#09011B
(9,1,27)
#1F182F
(31,24,47)
#352F43
(53,47,67)
#4B4657
(75,70,87)
#615D6B
(97,93,107)
#77747F
(119,116,127)
#8D8B93
(141,139,147)
#A3A2A7
(163,162,167)
#B9B9BB
(185,185,187)
#CFD0CF
(207,208,207)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09011B; }

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

This text font color is #09011B.


Background Color

.myBgColor { background-color: #09011B; }

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

This div background color is #09011B.


Border color

.myBorderColor { border: 1px solid #09011B; }

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

This div border color is #09011B.


Opacity

.myOpacity80 { color: #09011B; opacity: 0.8; }

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

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

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

This text has shadow with #09011B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09011B on black background.


Color preview on white background

This text has color #09011B on white background.



Black color preview on #09011B background

This text has black color on #09011B background.


White color preview on #09011B background

This text has white color on #09011B background.