Shades of Mardi Gras #0D000C
Tints of Mardi Gras #0D000C
RGB
CMYK
RGB Variations
Color information
#0D000C (or 0x0D000C) is known color: Mardi Gras. HEX triplet: 0D, 00 and 0C. RGB value is (13,0,12). Sum of RGB (Red+Green+Blue) = 13+0+12=25 (3% of max value = 765). Red value is 13 (5.47% from 255 or 52% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 13 - color contains mainly: red. Hex color #0D000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D000C is #F2FFF3. Grayscale: #050505. Windows color (decimal): -15925236 or 786445. OLE color: 786445.
HSL color Cylindrical-coordinate representation of color #0D000C: hue angle of 304.62º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D000C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.08 | 0.95 |
| HSL | 304.62º | 1% | 0.03% | - |
| HSV(B) | 304.62º | 1% | 0.05% | - |
| XYZ | 0.23 | 0.11 | 0.36 | - |
| YUV | 5.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 12 | 0 | 1 | 0.08 | 0.95 | 304.62 | 1 | 0.03 |
| Hex | D | 0 | C | 0 | 64 | 8 | 5F | 131 | 64 | 3 |
| Octal | 15 | 0 | 14 | 0 | 144 | 10 | 137 | 461 | 144 | 3 |
| Binary | 1101 | 0 | 1100 | 0 | 1100100 | 1000 | 1011111 | 100110001 | 1100100 | 11 |
Color Harmonies of #0D000C
Complementary color
Monochromatic Colors of #0D000C
Black with #0D000C
Text Example
Text Example
White with #0D000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D000C; }
p { color: rgb(13,0,12); }
H1.HeaderClassName
{
color: #0D000C;
}
.AnyTagClassName
{
color: #0D000C;
}
</style>
background-color css
<style>
a { background-color: #0D000C; }
a { background-color: rgb(13,0,12); }
div.DivClassName
{
background-color: #0D000C;
}
.BgClassName
{
background-color: #0D000C;
}
</style>
border-color css
<style>
span { border-color: #0D000C; }
span { border-color: rgb(13,0,12); }
td.TdClassName
{
border-color: #0D000C;
}
.TagClassName
{
border-color: #0D000C;
}
</style>