Shades of Mardi Gras #0C040B
Tints of Mardi Gras #0C040B
RGB
CMYK
RGB Variations
Color information
#0C040B (or 0x0C040B) is known color: Mardi Gras. HEX triplet: 0C, 04 and 0B. RGB value is (12,4,11). Sum of RGB (Red+Green+Blue) = 12+4+11=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040B is #F3FBF4. Grayscale: #070707. Windows color (decimal): -15989749 or 721932. OLE color: 721932.
HSL color Cylindrical-coordinate representation of color #0C040B: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C040B is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 4 | 11 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.95 |
| HSL | 307.5º | 0.5% | 0.03% | - |
| HSV(B) | 307.5º | 0.67% | 0.05% | - |
| XYZ | 0.26 | 0.19 | 0.34 | - |
| YUV | 7.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 11 | 0 | 0.67 | 0.08 | 0.95 | 307.5 | 0.5 | 0.03 |
| Hex | C | 4 | B | 0 | 43 | 8 | 5F | 134 | 32 | 3 |
| Octal | 14 | 4 | 13 | 0 | 103 | 10 | 137 | 464 | 62 | 3 |
| Binary | 1100 | 100 | 1011 | 0 | 1000011 | 1000 | 1011111 | 100110100 | 110010 | 11 |
Color Harmonies of #0C040B
Complementary color
Monochromatic Colors of #0C040B
Black with #0C040B
Text Example
Text Example
White with #0C040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C040B; }
p { color: rgb(12,4,11); }
H1.HeaderClassName
{
color: #0C040B;
}
.AnyTagClassName
{
color: #0C040B;
}
</style>
background-color css
<style>
a { background-color: #0C040B; }
a { background-color: rgb(12,4,11); }
div.DivClassName
{
background-color: #0C040B;
}
.BgClassName
{
background-color: #0C040B;
}
</style>
border-color css
<style>
span { border-color: #0C040B; }
span { border-color: rgb(12,4,11); }
td.TdClassName
{
border-color: #0C040B;
}
.TagClassName
{
border-color: #0C040B;
}
</style>