COLOR #090411

HEX: #090411 RGB: (9,4,17)

Color info

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

RGB color model

#090411 color RGB value is (9,4,17).

RGB: (9,4,17) (4%, 2%, 7%)

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 17 of 255 = 7%

9
4
17

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

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 17 = 30 (100%)
R 9 of 30 ~ 30%
G 4 of 30 ~ 13.33%
B 17 of 30 ~ 56.67'%

%30
%13.33
%56.67

CMYK color model

#090411 color CMYK value is (47,76,0,93).

  • cyan value is 47.06%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK: (47,76,0,93) C47M76Y0K93 (47%,76%,0%,93%) (0.47/0.76/0.00/0.93) 

CMYK percentages

%47.06
%76.47
%0
%93.33

Codes

Color #090411 in popluar color models

09 04 11
RGB 9 4 17
HSL 263° 61.90% 4.12%
HSB/HSV 263° 76.47% 6.67%
CMYK 47.06% 76.47% 0.00%
93.33%

Color #090411 in popluar number systems.

HEX 09 04 11
Decimal 9 4 17
Binary 1001 100 10001
Octal 11 4 21

Shades and tints

Shades of #090411

#090411
(9,4,17)
#090410
(9,4,16)
#09040F
(9,4,15)
#09040E
(9,4,14)
#09040D
(9,4,13)
#09040C
(9,4,12)
#09040B
(9,4,11)
#09040A
(9,4,10)
#090409
(9,4,9)
#090408
(9,4,8)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #090411

#090411
(9,4,17)
#1F1A26
(31,26,38)
#35303B
(53,48,59)
#4B4650
(75,70,80)
#615C65
(97,92,101)
#77727A
(119,114,122)
#8D888F
(141,136,143)
#A39EA4
(163,158,164)
#B9B4B9
(185,180,185)
#CFCACE
(207,202,206)
#E5E0E3
(229,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090411; }

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

This text font color is #090411.

Background Color

.myBgColor { background-color: #090411; }

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

This div background color is #090411.

Border color

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

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

This div border color is #090411.

Opacity

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

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

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

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

This text has shadow with #090411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090411.

Preview

Color preview on black background

This text has color #090411 on black background.


Color preview on white background

This text has color #090411 on white background.


Black color preview on #090411 background

This text has black color on #090411 background.


White color preview on #090411 background

This text has white color on #090411 background.


Related colors

Complementary color

Complementary color for #hex is #F6FBEE.


I love getcolorcode.com

Triadic colors

1 #110904 and #041109 with #090411 are triadic colors.

2 #110409 and #040911 with #090411 are triadic colors.