Shades of Mardi Gras #080008
Tints of Mardi Gras #080008
RGB
CMYK
RGB Variations
Color information
#080008 (or 0x080008) is known color: Mardi Gras. HEX triplet: 08, 00 and 08. RGB value is (8,0,8). Sum of RGB (Red+Green+Blue) = 8+0+8=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080008 is #F7FFF7. Grayscale: #030303. Windows color (decimal): -16252920 or 524296. OLE color: 524296.
HSL color Cylindrical-coordinate representation of color #080008: hue angle of 300º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080008 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 0 | 8 | - |
| CMYK | 0 | 1 | 0 | 0.97 |
| HSL | 300º | 1% | 0.02% | - |
| HSV(B) | 300º | 1% | 0.03% | - |
| XYZ | 0.14 | 0.07 | 0.24 | - |
| YUV | 3.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 8 | 0 | 1 | 0 | 0.97 | 300 | 1 | 0.02 |
| Hex | 8 | 0 | 8 | 0 | 64 | 0 | 61 | 12C | 64 | 2 |
| Octal | 10 | 0 | 10 | 0 | 144 | 0 | 141 | 454 | 144 | 2 |
| Binary | 1000 | 0 | 1000 | 0 | 1100100 | 0 | 1100001 | 100101100 | 1100100 | 10 |
Color Harmonies of #080008
Complementary color
Monochromatic Colors of #080008
Black with #080008
Text Example
Text Example
White with #080008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080008; }
p { color: rgb(8,0,8); }
H1.HeaderClassName
{
color: #080008;
}
.AnyTagClassName
{
color: #080008;
}
</style>
background-color css
<style>
a { background-color: #080008; }
a { background-color: rgb(8,0,8); }
div.DivClassName
{
background-color: #080008;
}
.BgClassName
{
background-color: #080008;
}
</style>
border-color css
<style>
span { border-color: #080008; }
span { border-color: rgb(8,0,8); }
td.TdClassName
{
border-color: #080008;
}
.TagClassName
{
border-color: #080008;
}
</style>