Shades of Black Russian #08050F
Tints of Black Russian #08050F
RGB
CMYK
RGB Variations
Color information
#08050F (or 0x08050F) is known color: Black Russian. HEX triplet: 08, 05 and 0F. RGB value is (8,5,15). Sum of RGB (Red+Green+Blue) = 8+5+15=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #08050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050F is #F7FAF0. Grayscale: #070707. Windows color (decimal): -16251633 or 984328. OLE color: 984328.
HSL color Cylindrical-coordinate representation of color #08050F: hue angle of 258º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08050F is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 5 | 15 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.94 |
| HSL | 258º | 0.5% | 0.04% | - |
| HSV(B) | 258º | 0.67% | 0.06% | - |
| XYZ | 0.24 | 0.19 | 0.48 | - |
| YUV | 7.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 15 | 0.47 | 0.67 | 0 | 0.94 | 258 | 0.5 | 0.04 |
| Hex | 8 | 5 | F | 2F | 43 | 0 | 5E | 102 | 32 | 4 |
| Octal | 10 | 5 | 17 | 57 | 103 | 0 | 136 | 402 | 62 | 4 |
| Binary | 1000 | 101 | 1111 | 101111 | 1000011 | 0 | 1011110 | 100000010 | 110010 | 100 |
Color Harmonies of #08050F
Complementary color
Monochromatic Colors of #08050F
Black with #08050F
Text Example
Text Example
White with #08050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08050F; }
p { color: rgb(8,5,15); }
H1.HeaderClassName
{
color: #08050F;
}
.AnyTagClassName
{
color: #08050F;
}
</style>
background-color css
<style>
a { background-color: #08050F; }
a { background-color: rgb(8,5,15); }
div.DivClassName
{
background-color: #08050F;
}
.BgClassName
{
background-color: #08050F;
}
</style>
border-color css
<style>
span { border-color: #08050F; }
span { border-color: rgb(8,5,15); }
td.TdClassName
{
border-color: #08050F;
}
.TagClassName
{
border-color: #08050F;
}
</style>