Shades of Black Russian #080029
Tints of Black Russian #080029
RGB
CMYK
RGB Variations
Color information
#080029 (or 0x080029) is known color: Black Russian. HEX triplet: 08, 00 and 29. RGB value is (8,0,41). Sum of RGB (Red+Green+Blue) = 8+0+41=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 41 (16.41% from 255 or 83.67% from 49); Max value from RGB is 41 - color contains mainly: blue. Hex color #080029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080029 is #F7FFD6. Grayscale: #060606. Windows color (decimal): -16252887 or 2686984. OLE color: 2686984.
HSL color Cylindrical-coordinate representation of color #080029: hue angle of 251.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080029 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 0 | 41 | - |
| CMYK | 0.80 | 1 | 0 | 0.84 |
| HSL | 251.71º | 1% | 0.08% | - |
| HSV(B) | 251.71º | 1% | 0.16% | - |
| XYZ | 0.5 | 0.21 | 2.11 | - |
| YUV | 7.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 41 | 0.80 | 1 | 0 | 0.84 | 251.71 | 1 | 0.08 |
| Hex | 8 | 0 | 29 | 50 | 64 | 0 | 54 | FC | 64 | 8 |
| Octal | 10 | 0 | 51 | 120 | 144 | 0 | 124 | 374 | 144 | 10 |
| Binary | 1000 | 0 | 101001 | 1010000 | 1100100 | 0 | 1010100 | 11111100 | 1100100 | 1000 |
Color Harmonies of #080029
Complementary color
Monochromatic Colors of #080029
Black with #080029
Text Example
Text Example
White with #080029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080029; }
p { color: rgb(8,0,41); }
H1.HeaderClassName
{
color: #080029;
}
.AnyTagClassName
{
color: #080029;
}
</style>
background-color css
<style>
a { background-color: #080029; }
a { background-color: rgb(8,0,41); }
div.DivClassName
{
background-color: #080029;
}
.BgClassName
{
background-color: #080029;
}
</style>
border-color css
<style>
span { border-color: #080029; }
span { border-color: rgb(8,0,41); }
td.TdClassName
{
border-color: #080029;
}
.TagClassName
{
border-color: #080029;
}
</style>