COLOR #091121

HEX: #091121
RGB: (9,17,33)

Color info

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

RGB color model

#091121 color RGB value is (9,17,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 33 of 255 = 13%

9
17
33

R + G + B ~ 8%. #091121 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 33 = 59 (100%)
R 9 of 59 ~ 15.25%
G 17 of 59 ~ 28.81%
B 33 of 59 ~ 55.93%

%15.25
%28.81
%55.93

CMYK color model

#091121 color CMYK value is (73,48,0,87).

  • cyan value is 72.73%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(73,48,0,87)
C73M48Y0K87 
(73%,48%,0%,87%)
(0.73/0.48/0.00/0.87)	

CMYK percentages

%72.73
%48.48
%0
%87.06

Codes

Color #091121 in popluar color models

091121
RGB91733
HSL220°57.14%8.24%
HSB/HSV220°72.73%12.94%
CMYK72.73%48.48%0.00%
87.06%

Color #091121 in popluar number systems.

HEX091121
Decimal91733
Binary100110001100001
Octal112141

Shades and tints

Shades of #091121

#091121
(9,17,33)
#09101E
(9,16,30)
#090F1B
(9,15,27)
#090E18
(9,14,24)
#090D15
(9,13,21)
#090C12
(9,12,18)
#090B0F
(9,11,15)
#090A0C
(9,10,12)
#090909
(9,9,9)
#090806
(9,8,6)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #091121

#091121
(9,17,33)
#1F2635
(31,38,53)
#353B49
(53,59,73)
#4B505D
(75,80,93)
#616571
(97,101,113)
#777A85
(119,122,133)
#8D8F99
(141,143,153)
#A3A4AD
(163,164,173)
#B9B9C1
(185,185,193)
#CFCED5
(207,206,213)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091121; }

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

This text font color is #091121.


Background Color

.myBgColor { background-color: #091121; }

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

This div background color is #091121.


Border color

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

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

This div border color is #091121.


Opacity

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

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

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

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

This text has shadow with #091121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091121 on black background.


Color preview on white background

This text has color #091121 on white background.



Black color preview on #091121 background

This text has black color on #091121 background.


White color preview on #091121 background

This text has white color on #091121 background.