Shades of Mardi Gras #12000F
Tints of Mardi Gras #12000F
RGB
CMYK
RGB Variations
Color information
#12000F (or 0x12000F) is known color: Mardi Gras. HEX triplet: 12, 00 and 0F. RGB value is (18,0,15). Sum of RGB (Red+Green+Blue) = 18+0+15=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000F is #EDFFF0. Grayscale: #070707. Windows color (decimal): -15597553 or 983058. OLE color: 983058.
HSL color Cylindrical-coordinate representation of color #12000F: hue angle of 310º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12000F is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.17 | 0.93 |
| HSL | 310º | 1% | 0.04% | - |
| HSV(B) | 310º | 1% | 0.07% | - |
| XYZ | 0.34 | 0.16 | 0.47 | - |
| YUV | 7.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 15 | 0 | 1 | 0.17 | 0.93 | 310 | 1 | 0.04 |
| Hex | 12 | 0 | F | 0 | 64 | 11 | 5D | 136 | 64 | 4 |
| Octal | 22 | 0 | 17 | 0 | 144 | 21 | 135 | 466 | 144 | 4 |
| Binary | 10010 | 0 | 1111 | 0 | 1100100 | 10001 | 1011101 | 100110110 | 1100100 | 100 |
Color Harmonies of #12000F
Complementary color
Monochromatic Colors of #12000F
Black with #12000F
Text Example
Text Example
White with #12000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12000F; }
p { color: rgb(18,0,15); }
H1.HeaderClassName
{
color: #12000F;
}
.AnyTagClassName
{
color: #12000F;
}
</style>
background-color css
<style>
a { background-color: #12000F; }
a { background-color: rgb(18,0,15); }
div.DivClassName
{
background-color: #12000F;
}
.BgClassName
{
background-color: #12000F;
}
</style>
border-color css
<style>
span { border-color: #12000F; }
span { border-color: rgb(18,0,15); }
td.TdClassName
{
border-color: #12000F;
}
.TagClassName
{
border-color: #12000F;
}
</style>