Shades of Mardi Gras #0C000B
Tints of Mardi Gras #0C000B
RGB
CMYK
RGB Variations
Color information
#0C000B (or 0x0C000B) is known color: Mardi Gras. HEX triplet: 0C, 00 and 0B. RGB value is (12,0,11). Sum of RGB (Red+Green+Blue) = 12+0+11=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C000B is #F3FFF4. Grayscale: #040404. Windows color (decimal): -15990773 or 720908. OLE color: 720908.
HSL color Cylindrical-coordinate representation of color #0C000B: hue angle of 305º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C000B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.08 | 0.95 |
| HSL | 305º | 1% | 0.02% | - |
| HSV(B) | 305º | 1% | 0.05% | - |
| XYZ | 0.21 | 0.1 | 0.33 | - |
| YUV | 4.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 11 | 0 | 1 | 0.08 | 0.95 | 305 | 1 | 0.02 |
| Hex | C | 0 | B | 0 | 64 | 8 | 5F | 131 | 64 | 2 |
| Octal | 14 | 0 | 13 | 0 | 144 | 10 | 137 | 461 | 144 | 2 |
| Binary | 1100 | 0 | 1011 | 0 | 1100100 | 1000 | 1011111 | 100110001 | 1100100 | 10 |
Color Harmonies of #0C000B
Complementary color
Monochromatic Colors of #0C000B
Black with #0C000B
Text Example
Text Example
White with #0C000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C000B; }
p { color: rgb(12,0,11); }
H1.HeaderClassName
{
color: #0C000B;
}
.AnyTagClassName
{
color: #0C000B;
}
</style>
background-color css
<style>
a { background-color: #0C000B; }
a { background-color: rgb(12,0,11); }
div.DivClassName
{
background-color: #0C000B;
}
.BgClassName
{
background-color: #0C000B;
}
</style>
border-color css
<style>
span { border-color: #0C000B; }
span { border-color: rgb(12,0,11); }
td.TdClassName
{
border-color: #0C000B;
}
.TagClassName
{
border-color: #0C000B;
}
</style>