Shades of Mardi Gras #0C050B
Tints of Mardi Gras #0C050B
RGB
CMYK
RGB Variations
Color information
#0C050B (or 0x0C050B) is known color: Mardi Gras. HEX triplet: 0C, 05 and 0B. RGB value is (12,5,11). Sum of RGB (Red+Green+Blue) = 12+5+11=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050B is #F3FAF4. Grayscale: #070707. Windows color (decimal): -15989493 or 722188. OLE color: 722188.
HSL color Cylindrical-coordinate representation of color #0C050B: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C050B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 11 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.95 |
| HSL | 308.57º | 0.41% | 0.03% | - |
| HSV(B) | 308.57º | 0.58% | 0.05% | - |
| XYZ | 0.27 | 0.21 | 0.34 | - |
| YUV | 7.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 11 | 0 | 0.58 | 0.08 | 0.95 | 308.57 | 0.41 | 0.03 |
| Hex | C | 5 | B | 0 | 3A | 8 | 5F | 135 | 29 | 3 |
| Octal | 14 | 5 | 13 | 0 | 72 | 10 | 137 | 465 | 51 | 3 |
| Binary | 1100 | 101 | 1011 | 0 | 111010 | 1000 | 1011111 | 100110101 | 101001 | 11 |
Color Harmonies of #0C050B
Complementary color
Monochromatic Colors of #0C050B
Black with #0C050B
Text Example
Text Example
White with #0C050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C050B; }
p { color: rgb(12,5,11); }
H1.HeaderClassName
{
color: #0C050B;
}
.AnyTagClassName
{
color: #0C050B;
}
</style>
background-color css
<style>
a { background-color: #0C050B; }
a { background-color: rgb(12,5,11); }
div.DivClassName
{
background-color: #0C050B;
}
.BgClassName
{
background-color: #0C050B;
}
</style>
border-color css
<style>
span { border-color: #0C050B; }
span { border-color: rgb(12,5,11); }
td.TdClassName
{
border-color: #0C050B;
}
.TagClassName
{
border-color: #0C050B;
}
</style>