Shades of Mardi Gras #080208
Tints of Mardi Gras #080208
RGB
CMYK
RGB Variations
Color information
#080208 (or 0x080208) is known color: Mardi Gras. HEX triplet: 08, 02 and 08. RGB value is (8,2,8). Sum of RGB (Red+Green+Blue) = 8+2+8=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080208 is #F7FDF7. Grayscale: #040404. Windows color (decimal): -16252408 or 524808. OLE color: 524808.
HSL color Cylindrical-coordinate representation of color #080208: hue angle of 300º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080208 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 8 | 2 | 8 | - |
CMYK | 0 | 0.75 | 0 | 0.97 |
HSL | 300º | 0.6% | 0.02% | - |
HSV(B) | 300º | 0.75% | 0.03% | - |
XYZ | 0.17 | 0.11 | 0.24 | - |
YUV | 4.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 8 | 0 | 0.75 | 0 | 0.97 | 300 | 0.6 | 0.02 |
Hex | 8 | 2 | 8 | 0 | 4B | 0 | 61 | 12C | 3C | 2 |
Octal | 10 | 2 | 10 | 0 | 113 | 0 | 141 | 454 | 74 | 2 |
Binary | 1000 | 10 | 1000 | 0 | 1001011 | 0 | 1100001 | 100101100 | 111100 | 10 |
Color Harmonies of #080208
Complementary color
Monochromatic Colors of #080208
Black with #080208
Text Example
Text Example
White with #080208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080208; }
p { color: rgb(8,2,8); }
H1.HeaderClassName
{
color: #080208;
}
.AnyTagClassName
{
color: #080208;
}
</style>
background-color css
<style>
a { background-color: #080208; }
a { background-color: rgb(8,2,8); }
div.DivClassName
{
background-color: #080208;
}
.BgClassName
{
background-color: #080208;
}
</style>
border-color css
<style>
span { border-color: #080208; }
span { border-color: rgb(8,2,8); }
td.TdClassName
{
border-color: #080208;
}
.TagClassName
{
border-color: #080208;
}
</style>