COLOR #090915

HEX: #090915
RGB: (9,9,21)

Color info

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

RGB color model

#090915 color RGB value is (9,9,21).

  • red value is 9;
  • green value is 9;
  • blue value is 21.
RGB:
(9,9,21)
(4%,4%,8%)

RGB channels and saturation

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

9
9
21

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

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 21 = 39 (100%)
R 9 of 39 ~ 23.08%
G 9 of 39 ~ 23.08%
B 21 of 39 ~ 53.85%

%23.08
%23.08
%53.85

CMYK color model

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

  • cyan value is 57.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(57,57,0,92)
C57M57Y0K92 
(57%,57%,0%,92%)
(0.57/0.57/0.00/0.92)	

CMYK percentages

%57.14
%57.14
%0
%91.76

Codes

Color #090915 in popluar color models

090915
RGB9921
HSL240°40.00%5.88%
HSB/HSV240°57.14%8.24%
CMYK57.14%57.14%0.00%
91.76%

Color #090915 in popluar number systems.

HEX090915
Decimal9921
Binary1001100110101
Octal111125

Shades and tints

Shades of #090915

#090915
(9,9,21)
#090914
(9,9,20)
#090913
(9,9,19)
#090912
(9,9,18)
#090911
(9,9,17)
#090910
(9,9,16)
#09090F
(9,9,15)
#09090E
(9,9,14)
#09090D
(9,9,13)
#09090C
(9,9,12)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #090915

#090915
(9,9,21)
#1F1F2A
(31,31,42)
#35353F
(53,53,63)
#4B4B54
(75,75,84)
#616169
(97,97,105)
#77777E
(119,119,126)
#8D8D93
(141,141,147)
#A3A3A8
(163,163,168)
#B9B9BD
(185,185,189)
#CFCFD2
(207,207,210)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090915; }

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

This text font color is #090915.


Background Color

.myBgColor { background-color: #090915; }

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

This div background color is #090915.


Border color

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

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

This div border color is #090915.


Opacity

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

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

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

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

This text has shadow with #090915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090915 on black background.


Color preview on white background

This text has color #090915 on white background.



Black color preview on #090915 background

This text has black color on #090915 background.


White color preview on #090915 background

This text has white color on #090915 background.