Shades of Mardi Gras #250C21
Tints of Mardi Gras #250C21
RGB
CMYK
RGB Variations
Color information
#250C21 (or 0x250C21) is known color: Mardi Gras. HEX triplet: 25, 0C and 21. RGB value is (37,12,33). Sum of RGB (Red+Green+Blue) = 37+12+33=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C21 is #DAF3DE. Grayscale: #151515. Windows color (decimal): -14349279 or 2165797. OLE color: 2165797.
HSL color Cylindrical-coordinate representation of color #250C21: hue angle of 309.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C21 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 33 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.85 |
| HSL | 309.6º | 0.51% | 0.1% | - |
| HSV(B) | 309.6º | 0.68% | 0.15% | - |
| XYZ | 1.17 | 0.77 | 1.53 | - |
| YUV | 21.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 33 | 0 | 0.68 | 0.11 | 0.85 | 309.6 | 0.51 | 0.1 |
| Hex | 25 | C | 21 | 0 | 44 | B | 55 | 136 | 33 | A |
| Octal | 45 | 14 | 41 | 0 | 104 | 13 | 125 | 466 | 63 | 12 |
| Binary | 100101 | 1100 | 100001 | 0 | 1000100 | 1011 | 1010101 | 100110110 | 110011 | 1010 |
Color Harmonies of #250C21
Complementary color
Monochromatic Colors of #250C21
Black with #250C21
Text Example
Text Example
White with #250C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C21; }
p { color: rgb(37,12,33); }
H1.HeaderClassName
{
color: #250C21;
}
.AnyTagClassName
{
color: #250C21;
}
</style>
background-color css
<style>
a { background-color: #250C21; }
a { background-color: rgb(37,12,33); }
div.DivClassName
{
background-color: #250C21;
}
.BgClassName
{
background-color: #250C21;
}
</style>
border-color css
<style>
span { border-color: #250C21; }
span { border-color: rgb(37,12,33); }
td.TdClassName
{
border-color: #250C21;
}
.TagClassName
{
border-color: #250C21;
}
</style>