COLOR #090511

HEX: #090511 RGB: (9,5,17)

Color info

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

RGB color model

#090511 color RGB value is (9,5,17).

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

RGB channels and saturation

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

9
5
17

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

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 17 = 31 (100%)
R 9 of 31 ~ 29.03%
G 5 of 31 ~ 16.13%
B 17 of 31 ~ 54.84'%

%29.03
%16.13
%54.84

CMYK color model

#090511 color CMYK value is (47,71,0,93).

  • cyan value is 47.06%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (47,71,0,93)
C47M71Y0K93 (47%, 71%, 0%, 93%)
(0.47 / 0.71 / 0.00 / 0.93)

CMYK percentages

%47.06
%70.59
%0
%93.33

Codes

Color #090511 in popluar color models

09 05 11
RGB 9 5 17
HSL 260° 54.55% 4.31%
HSB/HSV 260° 70.59% 6.67%
CMYK 47.06% 70.59% 0.00%
93.33%

Color #090511 in popluar number systems.

HEX 09 05 11
Decimal 9 5 17
Binary 1001 101 10001
Octal 11 5 21

Shades and tints

Shades of #090511

#090511
(9,5,17)
#090510
(9,5,16)
#09050F
(9,5,15)
#09050E
(9,5,14)
#09050D
(9,5,13)
#09050C
(9,5,12)
#09050B
(9,5,11)
#09050A
(9,5,10)
#090509
(9,5,9)
#090508
(9,5,8)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #090511

#090511
(9,5,17)
#1F1B26
(31,27,38)
#35313B
(53,49,59)
#4B4750
(75,71,80)
#615D65
(97,93,101)
#77737A
(119,115,122)
#8D898F
(141,137,143)
#A39FA4
(163,159,164)
#B9B5B9
(185,181,185)
#CFCBCE
(207,203,206)
#E5E1E3
(229,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090511; }

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

This text font color is #090511.

Background Color

.myBgColor { background-color: #090511; }

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

This div background color is #090511.

Border color

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

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

This div border color is #090511.

Opacity

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

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

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

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

This text has shadow with #090511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090511.

Preview

Color preview on black background

This text has color #090511 on black background.


Color preview on white background

This text has color #090511 on white background.


Black color preview on #090511 background

This text has black color on #090511 background.


White color preview on #090511 background

This text has white color on #090511 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAEE.


I love getcolorcode.com

Triadic colors

1 #110905 and #051109 with #090511 are triadic colors.

2 #110509 and #050911 with #090511 are triadic colors.