COLOR #091001

HEX: #091001
RGB: (9,16,1)

Color info

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

RGB color model

#091001 color RGB value is (9,16,1).

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

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 1 of 255 = 0%

9
16
1

R + G + B ~ 3%. #091001 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 16 + 1 = 26 (100%)
R 9 of 26 ~ 34.62%
G 16 of 26 ~ 61.54%
B 1 of 26 ~ 3.85%

%34.62
%61.54

CMYK color model

#091001 color CMYK value is (44,0,94,94).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 93.73%
CMYK:
(44,0,94,94)
C44M0Y94K94 
(44%,0%,94%,94%)
(0.44/0.00/0.94/0.94)	

CMYK percentages

%43.75
%0
%93.75
%93.73

Codes

Color #091001 in popluar color models

091001
RGB9161
HSL88°88.24%3.33%
HSB/HSV88°93.75%6.27%
CMYK43.75%0.00%93.75%
93.73%

Color #091001 in popluar number systems.

HEX091001
Decimal9161
Binary1001100001
Octal11201

Shades and tints

Shades of #091001

#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)
#090901
(9,9,1)
#090801
(9,8,1)
#090701
(9,7,1)
#090601
(9,6,1)
#000000
(0,0,0)

Tints of #091001

#091001
(9,16,1)
#1F2518
(31,37,24)
#353A2F
(53,58,47)
#4B4F46
(75,79,70)
#61645D
(97,100,93)
#777974
(119,121,116)
#8D8E8B
(141,142,139)
#A3A3A2
(163,163,162)
#B9B8B9
(185,184,185)
#CFCDD0
(207,205,208)
#E5E2E7
(229,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091001; }

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

This text font color is #091001.


Background Color

.myBgColor { background-color: #091001; }

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

This div background color is #091001.


Border color

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

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

This div border color is #091001.


Opacity

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

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

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

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

This text has shadow with #091001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091001 on black background.


Color preview on white background

This text has color #091001 on white background.



Black color preview on #091001 background

This text has black color on #091001 background.


White color preview on #091001 background

This text has white color on #091001 background.