Shades of Black Russian #080032
Tints of Black Russian #080032
RGB
CMYK
RGB Variations
Color information
#080032 (or 0x080032) is known color: Black Russian. HEX triplet: 08, 00 and 32. RGB value is (8,0,50). Sum of RGB (Red+Green+Blue) = 8+0+50=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 50 (19.92% from 255 or 86.21% from 58); Max value from RGB is 50 - color contains mainly: blue. Hex color #080032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080032 is #F7FFCD. Grayscale: #070707. Windows color (decimal): -16252878 or 3276808. OLE color: 3276808.
HSL color Cylindrical-coordinate representation of color #080032: hue angle of 249.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080032 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 0 | 50 | - |
| CMYK | 0.84 | 1 | 0 | 0.80 |
| HSL | 249.6º | 1% | 0.1% | - |
| HSV(B) | 249.6º | 1% | 0.2% | - |
| XYZ | 0.68 | 0.28 | 3.04 | - |
| YUV | 8.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 50 | 0.84 | 1 | 0 | 0.80 | 249.6 | 1 | 0.1 |
| Hex | 8 | 0 | 32 | 54 | 64 | 0 | 50 | FA | 64 | A |
| Octal | 10 | 0 | 62 | 124 | 144 | 0 | 120 | 372 | 144 | 12 |
| Binary | 1000 | 0 | 110010 | 1010100 | 1100100 | 0 | 1010000 | 11111010 | 1100100 | 1010 |
Color Harmonies of #080032
Complementary color
Monochromatic Colors of #080032
Black with #080032
Text Example
Text Example
White with #080032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080032; }
p { color: rgb(8,0,50); }
H1.HeaderClassName
{
color: #080032;
}
.AnyTagClassName
{
color: #080032;
}
</style>
background-color css
<style>
a { background-color: #080032; }
a { background-color: rgb(8,0,50); }
div.DivClassName
{
background-color: #080032;
}
.BgClassName
{
background-color: #080032;
}
</style>
border-color css
<style>
span { border-color: #080032; }
span { border-color: rgb(8,0,50); }
td.TdClassName
{
border-color: #080032;
}
.TagClassName
{
border-color: #080032;
}
</style>