Shades of Black Russian #080220
Tints of Black Russian #080220
RGB
CMYK
RGB Variations
Color information
#080220 (or 0x080220) is known color: Black Russian. HEX triplet: 08, 02 and 20. RGB value is (8,2,32). Sum of RGB (Red+Green+Blue) = 8+2+32=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 32 (12.89% from 255 or 76.19% from 42); Max value from RGB is 32 - color contains mainly: blue. Hex color #080220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080220 is #F7FDDF. Grayscale: #070707. Windows color (decimal): -16252384 or 2097672. OLE color: 2097672.
HSL color Cylindrical-coordinate representation of color #080220: hue angle of 252º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080220 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 2 | 32 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.87 |
| HSL | 252º | 0.88% | 0.07% | - |
| HSV(B) | 252º | 0.94% | 0.13% | - |
| XYZ | 0.38 | 0.2 | 1.38 | - |
| YUV | 7.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 32 | 0.75 | 0.94 | 0 | 0.87 | 252 | 0.88 | 0.07 |
| Hex | 8 | 2 | 20 | 4B | 5E | 0 | 57 | FC | 58 | 7 |
| Octal | 10 | 2 | 40 | 113 | 136 | 0 | 127 | 374 | 130 | 7 |
| Binary | 1000 | 10 | 100000 | 1001011 | 1011110 | 0 | 1010111 | 11111100 | 1011000 | 111 |
Color Harmonies of #080220
Complementary color
Monochromatic Colors of #080220
Black with #080220
Text Example
Text Example
White with #080220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080220; }
p { color: rgb(8,2,32); }
H1.HeaderClassName
{
color: #080220;
}
.AnyTagClassName
{
color: #080220;
}
</style>
background-color css
<style>
a { background-color: #080220; }
a { background-color: rgb(8,2,32); }
div.DivClassName
{
background-color: #080220;
}
.BgClassName
{
background-color: #080220;
}
</style>
border-color css
<style>
span { border-color: #080220; }
span { border-color: rgb(8,2,32); }
td.TdClassName
{
border-color: #080220;
}
.TagClassName
{
border-color: #080220;
}
</style>