COLOR #090515

HEX: #090515 RGB: (9,5,21)

Color info

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

RGB color model

#090515 color RGB value is (9,5,21).

RGB: (9,5,21) (4%, 2%, 8%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 21 of 255 = 8%

9
5
21

R + G + B ~ 5%. #090515 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 21 = 35 (100%)
R 9 of 35 ~ 25.71%
G 5 of 35 ~ 14.29%
B 21 of 35 ~ 60'%

%25.71
%14.29
%60

CMYK color model

#090515 color CMYK value is (57,76,0,92).

  • cyan value is 57.14%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (57,76,0,92)
C57M76Y0K92 (57%, 76%, 0%, 92%)
(0.57 / 0.76 / 0.00 / 0.92)

CMYK percentages

%57.14
%76.19
%0
%91.76

Codes

Color #090515 in popluar color models

09 05 15
RGB 9 5 21
HSL 255° 61.54% 5.10%
HSB/HSV 255° 76.19% 8.24%
CMYK 57.14% 76.19% 0.00%
91.76%

Color #090515 in popluar number systems.

HEX 09 05 15
Decimal 9 5 21
Binary 1001 101 10101
Octal 11 5 25

Shades and tints

Shades of #090515

#090515
(9,5,21)
#090514
(9,5,20)
#090513
(9,5,19)
#090512
(9,5,18)
#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)
#000000
(0,0,0)

Tints of #090515

#090515
(9,5,21)
#1F1B2A
(31,27,42)
#35313F
(53,49,63)
#4B4754
(75,71,84)
#615D69
(97,93,105)
#77737E
(119,115,126)
#8D8993
(141,137,147)
#A39FA8
(163,159,168)
#B9B5BD
(185,181,189)
#CFCBD2
(207,203,210)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090515; }

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

This text font color is #090515.

Background Color

.myBgColor { background-color: #090515; }

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

This div background color is #090515.

Border color

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

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

This div border color is #090515.

Opacity

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

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

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

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

This text has shadow with #090515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090515.

Preview

Color preview on black background

This text has color #090515 on black background.


Color preview on white background

This text has color #090515 on white background.


Black color preview on #090515 background

This text has black color on #090515 background.


White color preview on #090515 background

This text has white color on #090515 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAEA.


I love getcolorcode.com

Triadic colors

1 #150905 and #051509 with #090515 are triadic colors.

2 #150509 and #050915 with #090515 are triadic colors.