COLOR #091921

HEX: #091921
RGB: (9,25,33)

Color info

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

RGB color model

#091921 color RGB value is (9,25,33).

  • red value is 9;
  • green value is 25;
  • blue value is 33.
RGB:
(9,25,33)
(4%,10%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 33 of 255 = 13%

9
25
33

R + G + B ~ 9%. #091921 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 33 = 67 (100%)
R 9 of 67 ~ 13.43%
G 25 of 67 ~ 37.31%
B 33 of 67 ~ 49.25%

%13.43
%37.31
%49.25

CMYK color model

#091921 color CMYK value is (73,24,0,87).

  • cyan value is 72.73%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(73,24,0,87)
C73M24Y0K87 
(73%,24%,0%,87%)
(0.73/0.24/0.00/0.87)	

CMYK percentages

%72.73
%24.24
%0
%87.06

Codes

Color #091921 in popluar color models

091921
RGB92533
HSL200°57.14%8.24%
HSB/HSV200°72.73%12.94%
CMYK72.73%24.24%0.00%
87.06%

Color #091921 in popluar number systems.

HEX091921
Decimal92533
Binary100111001100001
Octal113141

Shades and tints

Shades of #091921

#091921
(9,25,33)
#09171E
(9,23,30)
#09151B
(9,21,27)
#091318
(9,19,24)
#091115
(9,17,21)
#090F12
(9,15,18)
#090D0F
(9,13,15)
#090B0C
(9,11,12)
#090909
(9,9,9)
#090706
(9,7,6)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #091921

#091921
(9,25,33)
#1F2D35
(31,45,53)
#354149
(53,65,73)
#4B555D
(75,85,93)
#616971
(97,105,113)
#777D85
(119,125,133)
#8D9199
(141,145,153)
#A3A5AD
(163,165,173)
#B9B9C1
(185,185,193)
#CFCDD5
(207,205,213)
#E5E1E9
(229,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091921 color. Also use rgb(9,25,33) instead hex code.

Text Font Color

.myTextColor { color: #091921; }

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

This text font color is #091921.


Background Color

.myBgColor { background-color: #091921; }

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

This div background color is #091921.


Border color

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

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

This div border color is #091921.


Opacity

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

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

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

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

This text has shadow with #091921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091921 on black background.


Color preview on white background

This text has color #091921 on white background.



Black color preview on #091921 background

This text has black color on #091921 background.


White color preview on #091921 background

This text has white color on #091921 background.