COLOR #091401

HEX: #091401
RGB: (9,20,1)

Color info

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

RGB color model

#091401 color RGB value is (9,20,1).

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

RGB channels and saturation

R 9 of 255 = 4%
G 20 of 255 = 8%
B 1 of 255 = 0%

9
20
1

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

Portions of RGB colors in percentages

R + G + B =
9 + 20 + 1 = 30 (100%)
R 9 of 30 ~ 30%
G 20 of 30 ~ 66.67%
B 1 of 30 ~ 3.33%

%30
%66.67

CMYK color model

#091401 color CMYK value is (55,0,95,92).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 92.16%
CMYK:
(55,0,95,92)
C55M0Y95K92 
(55%,0%,95%,92%)
(0.55/0.00/0.95/0.92)	

CMYK percentages

%55
%0
%95
%92.16

Codes

Color #091401 in popluar color models

091401
RGB9201
HSL95°90.48%4.12%
HSB/HSV95°95.00%7.84%
CMYK55.00%0.00%95.00%
92.16%

Color #091401 in popluar number systems.

HEX091401
Decimal9201
Binary1001101001
Octal11241

Shades and tints

Shades of #091401

#091401
(9,20,1)
#091301
(9,19,1)
#091201
(9,18,1)
#091101
(9,17,1)
#091001
(9,16,1)
#090F01
(9,15,1)
#090E01
(9,14,1)
#090D01
(9,13,1)
#090C01
(9,12,1)
#090B01
(9,11,1)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #091401

#091401
(9,20,1)
#1F2918
(31,41,24)
#353E2F
(53,62,47)
#4B5346
(75,83,70)
#61685D
(97,104,93)
#777D74
(119,125,116)
#8D928B
(141,146,139)
#A3A7A2
(163,167,162)
#B9BCB9
(185,188,185)
#CFD1D0
(207,209,208)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091401; }

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

This text font color is #091401.


Background Color

.myBgColor { background-color: #091401; }

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

This div background color is #091401.


Border color

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

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

This div border color is #091401.


Opacity

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

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

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

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

This text has shadow with #091401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091401 on black background.


Color preview on white background

This text has color #091401 on white background.



Black color preview on #091401 background

This text has black color on #091401 background.


White color preview on #091401 background

This text has white color on #091401 background.