Shades of Mardi Gras #250C28
Tints of Mardi Gras #250C28
RGB
CMYK
RGB Variations
Color information
#250C28 (or 0x250C28) is known color: Mardi Gras. HEX triplet: 25, 0C and 28. RGB value is (37,12,40). Sum of RGB (Red+Green+Blue) = 37+12+40=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #250C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C28 is #DAF3D7. Grayscale: #161616. Windows color (decimal): -14349272 or 2624549. OLE color: 2624549.
HSL color Cylindrical-coordinate representation of color #250C28: hue angle of 293.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250C28 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 12 | 40 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.84 |
| HSL | 293.57º | 0.54% | 0.1% | - |
| HSV(B) | 293.57º | 0.7% | 0.16% | - |
| XYZ | 1.28 | 0.81 | 2.1 | - |
| YUV | 22.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 40 | 0.07 | 0.70 | 0 | 0.84 | 293.57 | 0.54 | 0.1 |
| Hex | 25 | C | 28 | 7 | 46 | 0 | 54 | 126 | 36 | A |
| Octal | 45 | 14 | 50 | 7 | 106 | 0 | 124 | 446 | 66 | 12 |
| Binary | 100101 | 1100 | 101000 | 111 | 1000110 | 0 | 1010100 | 100100110 | 110110 | 1010 |
Color Harmonies of #250C28
Complementary color
Monochromatic Colors of #250C28
Black with #250C28
Text Example
Text Example
White with #250C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C28; }
p { color: rgb(37,12,40); }
H1.HeaderClassName
{
color: #250C28;
}
.AnyTagClassName
{
color: #250C28;
}
</style>
background-color css
<style>
a { background-color: #250C28; }
a { background-color: rgb(37,12,40); }
div.DivClassName
{
background-color: #250C28;
}
.BgClassName
{
background-color: #250C28;
}
</style>
border-color css
<style>
span { border-color: #250C28; }
span { border-color: rgb(37,12,40); }
td.TdClassName
{
border-color: #250C28;
}
.TagClassName
{
border-color: #250C28;
}
</style>