Shades of Black Russian #080515
Tints of Black Russian #080515
RGB
CMYK
RGB Variations
Color information
#080515 (or 0x080515) is known color: Black Russian. HEX triplet: 08, 05 and 15. RGB value is (8,5,21). Sum of RGB (Red+Green+Blue) = 8+5+21=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #080515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080515 is #F7FAEA. Grayscale: #070707. Windows color (decimal): -16251627 or 1377544. OLE color: 1377544.
HSL color Cylindrical-coordinate representation of color #080515: hue angle of 251.25º 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 #080515 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 5 | 21 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.92 |
| HSL | 251.25º | 0.62% | 0.05% | - |
| HSV(B) | 251.25º | 0.76% | 0.08% | - |
| XYZ | 0.29 | 0.21 | 0.74 | - |
| YUV | 7.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 21 | 0.62 | 0.76 | 0 | 0.92 | 251.25 | 0.62 | 0.05 |
| Hex | 8 | 5 | 15 | 3E | 4C | 0 | 5C | FB | 3E | 5 |
| Octal | 10 | 5 | 25 | 76 | 114 | 0 | 134 | 373 | 76 | 5 |
| Binary | 1000 | 101 | 10101 | 111110 | 1001100 | 0 | 1011100 | 11111011 | 111110 | 101 |
Color Harmonies of #080515
Complementary color
Monochromatic Colors of #080515
Black with #080515
Text Example
Text Example
White with #080515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080515; }
p { color: rgb(8,5,21); }
H1.HeaderClassName
{
color: #080515;
}
.AnyTagClassName
{
color: #080515;
}
</style>
background-color css
<style>
a { background-color: #080515; }
a { background-color: rgb(8,5,21); }
div.DivClassName
{
background-color: #080515;
}
.BgClassName
{
background-color: #080515;
}
</style>
border-color css
<style>
span { border-color: #080515; }
span { border-color: rgb(8,5,21); }
td.TdClassName
{
border-color: #080515;
}
.TagClassName
{
border-color: #080515;
}
</style>