Shades of Black Russian #080329
Tints of Black Russian #080329
RGB
CMYK
RGB Variations
Color information
#080329 (or 0x080329) is known color: Black Russian. HEX triplet: 08, 03 and 29. RGB value is (8,3,41). Sum of RGB (Red+Green+Blue) = 8+3+41=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 41 (16.41% from 255 or 78.85% from 52); Max value from RGB is 41 - color contains mainly: blue. Hex color #080329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080329 is #F7FCD6. Grayscale: #080808. Windows color (decimal): -16252119 or 2687752. OLE color: 2687752.
HSL color Cylindrical-coordinate representation of color #080329: hue angle of 247.89º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080329 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 3 | 41 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.84 |
| HSL | 247.89º | 0.86% | 0.09% | - |
| HSV(B) | 247.89º | 0.93% | 0.16% | - |
| XYZ | 0.53 | 0.28 | 2.12 | - |
| YUV | 8.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 41 | 0.80 | 0.93 | 0 | 0.84 | 247.89 | 0.86 | 0.09 |
| Hex | 8 | 3 | 29 | 50 | 5D | 0 | 54 | F8 | 56 | 9 |
| Octal | 10 | 3 | 51 | 120 | 135 | 0 | 124 | 370 | 126 | 11 |
| Binary | 1000 | 11 | 101001 | 1010000 | 1011101 | 0 | 1010100 | 11111000 | 1010110 | 1001 |
Color Harmonies of #080329
Complementary color
Monochromatic Colors of #080329
Black with #080329
Text Example
Text Example
White with #080329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080329; }
p { color: rgb(8,3,41); }
H1.HeaderClassName
{
color: #080329;
}
.AnyTagClassName
{
color: #080329;
}
</style>
background-color css
<style>
a { background-color: #080329; }
a { background-color: rgb(8,3,41); }
div.DivClassName
{
background-color: #080329;
}
.BgClassName
{
background-color: #080329;
}
</style>
border-color css
<style>
span { border-color: #080329; }
span { border-color: rgb(8,3,41); }
td.TdClassName
{
border-color: #080329;
}
.TagClassName
{
border-color: #080329;
}
</style>