Shades of Mardi Gras #250A21
Tints of Mardi Gras #250A21
RGB
CMYK
RGB Variations
Color information
#250A21 (or 0x250A21) is known color: Mardi Gras. HEX triplet: 25, 0A and 21. RGB value is (37,10,33). Sum of RGB (Red+Green+Blue) = 37+10+33=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A21 is #DAF5DE. Grayscale: #141414. Windows color (decimal): -14349791 or 2165285. OLE color: 2165285.
HSL color Cylindrical-coordinate representation of color #250A21: hue angle of 308.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A21 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 33 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.85 |
| HSL | 308.89º | 0.57% | 0.09% | - |
| HSV(B) | 308.89º | 0.73% | 0.15% | - |
| XYZ | 1.15 | 0.72 | 1.52 | - |
| YUV | 20.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 33 | 0 | 0.73 | 0.11 | 0.85 | 308.89 | 0.57 | 0.09 |
| Hex | 25 | A | 21 | 0 | 49 | B | 55 | 135 | 39 | 9 |
| Octal | 45 | 12 | 41 | 0 | 111 | 13 | 125 | 465 | 71 | 11 |
| Binary | 100101 | 1010 | 100001 | 0 | 1001001 | 1011 | 1010101 | 100110101 | 111001 | 1001 |
Color Harmonies of #250A21
Complementary color
Monochromatic Colors of #250A21
Black with #250A21
Text Example
Text Example
White with #250A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A21; }
p { color: rgb(37,10,33); }
H1.HeaderClassName
{
color: #250A21;
}
.AnyTagClassName
{
color: #250A21;
}
</style>
background-color css
<style>
a { background-color: #250A21; }
a { background-color: rgb(37,10,33); }
div.DivClassName
{
background-color: #250A21;
}
.BgClassName
{
background-color: #250A21;
}
</style>
border-color css
<style>
span { border-color: #250A21; }
span { border-color: rgb(37,10,33); }
td.TdClassName
{
border-color: #250A21;
}
.TagClassName
{
border-color: #250A21;
}
</style>