Shades of Mardi Gras #250A28
Tints of Mardi Gras #250A28
RGB
CMYK
RGB Variations
Color information
#250A28 (or 0x250A28) is known color: Mardi Gras. HEX triplet: 25, 0A and 28. RGB value is (37,10,40). Sum of RGB (Red+Green+Blue) = 37+10+40=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #250A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A28 is #DAF5D7. Grayscale: #151515. Windows color (decimal): -14349784 or 2624037. OLE color: 2624037.
HSL color Cylindrical-coordinate representation of color #250A28: hue angle of 294º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #250A28 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 10 | 40 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.84 |
| HSL | 294º | 0.6% | 0.1% | - |
| HSV(B) | 294º | 0.75% | 0.16% | - |
| XYZ | 1.25 | 0.76 | 2.09 | - |
| YUV | 21.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 40 | 0.07 | 0.75 | 0 | 0.84 | 294 | 0.6 | 0.1 |
| Hex | 25 | A | 28 | 7 | 4B | 0 | 54 | 126 | 3C | A |
| Octal | 45 | 12 | 50 | 7 | 113 | 0 | 124 | 446 | 74 | 12 |
| Binary | 100101 | 1010 | 101000 | 111 | 1001011 | 0 | 1010100 | 100100110 | 111100 | 1010 |
Color Harmonies of #250A28
Complementary color
Monochromatic Colors of #250A28
Black with #250A28
Text Example
Text Example
White with #250A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A28; }
p { color: rgb(37,10,40); }
H1.HeaderClassName
{
color: #250A28;
}
.AnyTagClassName
{
color: #250A28;
}
</style>
background-color css
<style>
a { background-color: #250A28; }
a { background-color: rgb(37,10,40); }
div.DivClassName
{
background-color: #250A28;
}
.BgClassName
{
background-color: #250A28;
}
</style>
border-color css
<style>
span { border-color: #250A28; }
span { border-color: rgb(37,10,40); }
td.TdClassName
{
border-color: #250A28;
}
.TagClassName
{
border-color: #250A28;
}
</style>