Shades of Mardi Gras #250020
Tints of Mardi Gras #250020
RGB
CMYK
RGB Variations
Color information
#250020 (or 0x250020) is known color: Mardi Gras. HEX triplet: 25, 00 and 20. RGB value is (37,0,32). Sum of RGB (Red+Green+Blue) = 37+0+32=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250020 is #DAFFDF. Grayscale: #0E0E0E. Windows color (decimal): -14352352 or 2097189. OLE color: 2097189.
HSL color Cylindrical-coordinate representation of color #250020: hue angle of 308.11º 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 #250020 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.14 | 0.85 |
| HSL | 308.11º | 1% | 0.07% | - |
| HSV(B) | 308.11º | 1% | 0.15% | - |
| XYZ | 1.02 | 0.5 | 1.41 | - |
| YUV | 14.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 32 | 0 | 1 | 0.14 | 0.85 | 308.11 | 1 | 0.07 |
| Hex | 25 | 0 | 20 | 0 | 64 | E | 55 | 134 | 64 | 7 |
| Octal | 45 | 0 | 40 | 0 | 144 | 16 | 125 | 464 | 144 | 7 |
| Binary | 100101 | 0 | 100000 | 0 | 1100100 | 1110 | 1010101 | 100110100 | 1100100 | 111 |
Color Harmonies of #250020
Complementary color
Monochromatic Colors of #250020
Black with #250020
Text Example
Text Example
White with #250020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250020; }
p { color: rgb(37,0,32); }
H1.HeaderClassName
{
color: #250020;
}
.AnyTagClassName
{
color: #250020;
}
</style>
background-color css
<style>
a { background-color: #250020; }
a { background-color: rgb(37,0,32); }
div.DivClassName
{
background-color: #250020;
}
.BgClassName
{
background-color: #250020;
}
</style>
border-color css
<style>
span { border-color: #250020; }
span { border-color: rgb(37,0,32); }
td.TdClassName
{
border-color: #250020;
}
.TagClassName
{
border-color: #250020;
}
</style>