Shades of Mardi Gras #0D010C
Tints of Mardi Gras #0D010C
RGB
CMYK
RGB Variations
Color information
#0D010C (or 0x0D010C) is known color: Mardi Gras. HEX triplet: 0D, 01 and 0C. RGB value is (13,1,12). Sum of RGB (Red+Green+Blue) = 13+1+12=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D010C is #F2FEF3. Grayscale: #050505. Windows color (decimal): -15924980 or 786701. OLE color: 786701.
HSL color Cylindrical-coordinate representation of color #0D010C: hue angle of 305º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D010C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 1 | 12 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.95 |
| HSL | 305º | 0.86% | 0.03% | - |
| HSV(B) | 305º | 0.92% | 0.05% | - |
| XYZ | 0.24 | 0.13 | 0.36 | - |
| YUV | 5.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 12 | 0 | 0.92 | 0.08 | 0.95 | 305 | 0.86 | 0.03 |
| Hex | D | 1 | C | 0 | 5C | 8 | 5F | 131 | 56 | 3 |
| Octal | 15 | 1 | 14 | 0 | 134 | 10 | 137 | 461 | 126 | 3 |
| Binary | 1101 | 1 | 1100 | 0 | 1011100 | 1000 | 1011111 | 100110001 | 1010110 | 11 |
Color Harmonies of #0D010C
Complementary color
Monochromatic Colors of #0D010C
Black with #0D010C
Text Example
Text Example
White with #0D010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D010C; }
p { color: rgb(13,1,12); }
H1.HeaderClassName
{
color: #0D010C;
}
.AnyTagClassName
{
color: #0D010C;
}
</style>
background-color css
<style>
a { background-color: #0D010C; }
a { background-color: rgb(13,1,12); }
div.DivClassName
{
background-color: #0D010C;
}
.BgClassName
{
background-color: #0D010C;
}
</style>
border-color css
<style>
span { border-color: #0D010C; }
span { border-color: rgb(13,1,12); }
td.TdClassName
{
border-color: #0D010C;
}
.TagClassName
{
border-color: #0D010C;
}
</style>