Shades of Black Russian #08021C
Tints of Black Russian #08021C
RGB
CMYK
RGB Variations
Color information
#08021C (or 0x08021C) is known color: Black Russian. HEX triplet: 08, 02 and 1C. RGB value is (8,2,28). Sum of RGB (Red+Green+Blue) = 8+2+28=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #08021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021C is #F7FDE3. Grayscale: #060606. Windows color (decimal): -16252388 or 1835528. OLE color: 1835528.
HSL color Cylindrical-coordinate representation of color #08021C: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08021C is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 2 | 28 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.89 |
| HSL | 253.85º | 0.87% | 0.06% | - |
| HSV(B) | 253.85º | 0.93% | 0.11% | - |
| XYZ | 0.33 | 0.18 | 1.12 | - |
| YUV | 6.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 28 | 0.71 | 0.93 | 0 | 0.89 | 253.85 | 0.87 | 0.06 |
| Hex | 8 | 2 | 1C | 47 | 5D | 0 | 59 | FE | 57 | 6 |
| Octal | 10 | 2 | 34 | 107 | 135 | 0 | 131 | 376 | 127 | 6 |
| Binary | 1000 | 10 | 11100 | 1000111 | 1011101 | 0 | 1011001 | 11111110 | 1010111 | 110 |
Color Harmonies of #08021C
Complementary color
Monochromatic Colors of #08021C
Black with #08021C
Text Example
Text Example
White with #08021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08021C; }
p { color: rgb(8,2,28); }
H1.HeaderClassName
{
color: #08021C;
}
.AnyTagClassName
{
color: #08021C;
}
</style>
background-color css
<style>
a { background-color: #08021C; }
a { background-color: rgb(8,2,28); }
div.DivClassName
{
background-color: #08021C;
}
.BgClassName
{
background-color: #08021C;
}
</style>
border-color css
<style>
span { border-color: #08021C; }
span { border-color: rgb(8,2,28); }
td.TdClassName
{
border-color: #08021C;
}
.TagClassName
{
border-color: #08021C;
}
</style>