Shades of Mardi Gras #250D21
Tints of Mardi Gras #250D21
RGB
CMYK
RGB Variations
Color information
#250D21 (or 0x250D21) is known color: Mardi Gras. HEX triplet: 25, 0D and 21. RGB value is (37,13,33). Sum of RGB (Red+Green+Blue) = 37+13+33=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D21 is #DAF2DE. Grayscale: #161616. Windows color (decimal): -14349023 or 2166053. OLE color: 2166053.
HSL color Cylindrical-coordinate representation of color #250D21: hue angle of 310º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D21 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 33 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.85 |
| HSL | 310º | 0.48% | 0.1% | - |
| HSV(B) | 310º | 0.65% | 0.15% | - |
| XYZ | 1.18 | 0.79 | 1.53 | - |
| YUV | 22.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 33 | 0 | 0.65 | 0.11 | 0.85 | 310 | 0.48 | 0.1 |
| Hex | 25 | D | 21 | 0 | 41 | B | 55 | 136 | 30 | A |
| Octal | 45 | 15 | 41 | 0 | 101 | 13 | 125 | 466 | 60 | 12 |
| Binary | 100101 | 1101 | 100001 | 0 | 1000001 | 1011 | 1010101 | 100110110 | 110000 | 1010 |
Color Harmonies of #250D21
Complementary color
Monochromatic Colors of #250D21
Black with #250D21
Text Example
Text Example
White with #250D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D21; }
p { color: rgb(37,13,33); }
H1.HeaderClassName
{
color: #250D21;
}
.AnyTagClassName
{
color: #250D21;
}
</style>
background-color css
<style>
a { background-color: #250D21; }
a { background-color: rgb(37,13,33); }
div.DivClassName
{
background-color: #250D21;
}
.BgClassName
{
background-color: #250D21;
}
</style>
border-color css
<style>
span { border-color: #250D21; }
span { border-color: rgb(37,13,33); }
td.TdClassName
{
border-color: #250D21;
}
.TagClassName
{
border-color: #250D21;
}
</style>