Shades of Black Russian #090515
Tints of Black Russian #090515
RGB
CMYK
RGB Variations
Color information
#090515 (or 0x090515) is known color: Black Russian. HEX triplet: 09, 05 and 15. RGB value is (9,5,21). Sum of RGB (Red+Green+Blue) = 9+5+21=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #090515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090515 is #F6FAEA. Grayscale: #070707. Windows color (decimal): -16186091 or 1377545. OLE color: 1377545.
HSL color Cylindrical-coordinate representation of color #090515: hue angle of 255º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #090515 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 5 | 21 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.92 |
| HSL | 255º | 0.62% | 0.05% | - |
| HSV(B) | 255º | 0.76% | 0.08% | - |
| XYZ | 0.3 | 0.22 | 0.74 | - |
| YUV | 8.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 21 | 0.57 | 0.76 | 0 | 0.92 | 255 | 0.62 | 0.05 |
| Hex | 9 | 5 | 15 | 39 | 4C | 0 | 5C | FF | 3E | 5 |
| Octal | 11 | 5 | 25 | 71 | 114 | 0 | 134 | 377 | 76 | 5 |
| Binary | 1001 | 101 | 10101 | 111001 | 1001100 | 0 | 1011100 | 11111111 | 111110 | 101 |
Color Harmonies of #090515
Complementary color
Monochromatic Colors of #090515
Black with #090515
Text Example
Text Example
White with #090515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090515; }
p { color: rgb(9,5,21); }
H1.HeaderClassName
{
color: #090515;
}
.AnyTagClassName
{
color: #090515;
}
</style>
background-color css
<style>
a { background-color: #090515; }
a { background-color: rgb(9,5,21); }
div.DivClassName
{
background-color: #090515;
}
.BgClassName
{
background-color: #090515;
}
</style>
border-color css
<style>
span { border-color: #090515; }
span { border-color: rgb(9,5,21); }
td.TdClassName
{
border-color: #090515;
}
.TagClassName
{
border-color: #090515;
}
</style>