Shades of Black Russian #08021A
Tints of Black Russian #08021A
RGB
CMYK
RGB Variations
Color information
#08021A (or 0x08021A) is known color: Black Russian. HEX triplet: 08, 02 and 1A. RGB value is (8,2,26). Sum of RGB (Red+Green+Blue) = 8+2+26=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #08021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021A is #F7FDE5. Grayscale: #060606. Windows color (decimal): -16252390 or 1704456. OLE color: 1704456.
HSL color Cylindrical-coordinate representation of color #08021A: hue angle of 255º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08021A is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 2 | 26 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.90 |
| HSL | 255º | 0.86% | 0.05% | - |
| HSV(B) | 255º | 0.92% | 0.1% | - |
| XYZ | 0.31 | 0.17 | 0.99 | - |
| YUV | 6.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 26 | 0.69 | 0.92 | 0 | 0.90 | 255 | 0.86 | 0.05 |
| Hex | 8 | 2 | 1A | 45 | 5C | 0 | 5A | FF | 56 | 5 |
| Octal | 10 | 2 | 32 | 105 | 134 | 0 | 132 | 377 | 126 | 5 |
| Binary | 1000 | 10 | 11010 | 1000101 | 1011100 | 0 | 1011010 | 11111111 | 1010110 | 101 |
Color Harmonies of #08021A
Complementary color
Monochromatic Colors of #08021A
Black with #08021A
Text Example
Text Example
White with #08021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08021A; }
p { color: rgb(8,2,26); }
H1.HeaderClassName
{
color: #08021A;
}
.AnyTagClassName
{
color: #08021A;
}
</style>
background-color css
<style>
a { background-color: #08021A; }
a { background-color: rgb(8,2,26); }
div.DivClassName
{
background-color: #08021A;
}
.BgClassName
{
background-color: #08021A;
}
</style>
border-color css
<style>
span { border-color: #08021A; }
span { border-color: rgb(8,2,26); }
td.TdClassName
{
border-color: #08021A;
}
.TagClassName
{
border-color: #08021A;
}
</style>