Shades of Black Russian #08021E
Tints of Black Russian #08021E
RGB
CMYK
RGB Variations
Color information
#08021E (or 0x08021E) is known color: Black Russian. HEX triplet: 08, 02 and 1E. RGB value is (8,2,30). Sum of RGB (Red+Green+Blue) = 8+2+30=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #08021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021E is #F7FDE1. Grayscale: #060606. Windows color (decimal): -16252386 or 1966600. OLE color: 1966600.
HSL color Cylindrical-coordinate representation of color #08021E: hue angle of 252.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08021E is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 2 | 30 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.88 |
| HSL | 252.86º | 0.88% | 0.06% | - |
| HSV(B) | 252.86º | 0.93% | 0.12% | - |
| XYZ | 0.36 | 0.19 | 1.25 | - |
| YUV | 6.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 30 | 0.73 | 0.93 | 0 | 0.88 | 252.86 | 0.88 | 0.06 |
| Hex | 8 | 2 | 1E | 49 | 5D | 0 | 58 | FD | 58 | 6 |
| Octal | 10 | 2 | 36 | 111 | 135 | 0 | 130 | 375 | 130 | 6 |
| Binary | 1000 | 10 | 11110 | 1001001 | 1011101 | 0 | 1011000 | 11111101 | 1011000 | 110 |
Color Harmonies of #08021E
Complementary color
Monochromatic Colors of #08021E
Black with #08021E
Text Example
Text Example
White with #08021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08021E; }
p { color: rgb(8,2,30); }
H1.HeaderClassName
{
color: #08021E;
}
.AnyTagClassName
{
color: #08021E;
}
</style>
background-color css
<style>
a { background-color: #08021E; }
a { background-color: rgb(8,2,30); }
div.DivClassName
{
background-color: #08021E;
}
.BgClassName
{
background-color: #08021E;
}
</style>
border-color css
<style>
span { border-color: #08021E; }
span { border-color: rgb(8,2,30); }
td.TdClassName
{
border-color: #08021E;
}
.TagClassName
{
border-color: #08021E;
}
</style>