Shades of Mardi Gras #250021
Tints of Mardi Gras #250021
RGB
CMYK
RGB Variations
Color information
#250021 (or 0x250021) is known color: Mardi Gras. HEX triplet: 25, 00 and 21. RGB value is (37,0,33). Sum of RGB (Red+Green+Blue) = 37+0+33=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250021 is #DAFFDE. Grayscale: #0E0E0E. Windows color (decimal): -14352351 or 2162725. OLE color: 2162725.
HSL color Cylindrical-coordinate representation of color #250021: hue angle of 306.49º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250021 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.11 | 0.85 |
| HSL | 306.49º | 1% | 0.07% | - |
| HSV(B) | 306.49º | 1% | 0.15% | - |
| XYZ | 1.04 | 0.5 | 1.48 | - |
| YUV | 14.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 33 | 0 | 1 | 0.11 | 0.85 | 306.49 | 1 | 0.07 |
| Hex | 25 | 0 | 21 | 0 | 64 | B | 55 | 132 | 64 | 7 |
| Octal | 45 | 0 | 41 | 0 | 144 | 13 | 125 | 462 | 144 | 7 |
| Binary | 100101 | 0 | 100001 | 0 | 1100100 | 1011 | 1010101 | 100110010 | 1100100 | 111 |
Color Harmonies of #250021
Complementary color
Monochromatic Colors of #250021
Black with #250021
Text Example
Text Example
White with #250021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250021; }
p { color: rgb(37,0,33); }
H1.HeaderClassName
{
color: #250021;
}
.AnyTagClassName
{
color: #250021;
}
</style>
background-color css
<style>
a { background-color: #250021; }
a { background-color: rgb(37,0,33); }
div.DivClassName
{
background-color: #250021;
}
.BgClassName
{
background-color: #250021;
}
</style>
border-color css
<style>
span { border-color: #250021; }
span { border-color: rgb(37,0,33); }
td.TdClassName
{
border-color: #250021;
}
.TagClassName
{
border-color: #250021;
}
</style>