Shades of Mardi Gras #250A27
Tints of Mardi Gras #250A27
RGB
CMYK
RGB Variations
Color information
#250A27 (or 0x250A27) is known color: Mardi Gras. HEX triplet: 25, 0A and 27. RGB value is (37,10,39). Sum of RGB (Red+Green+Blue) = 37+10+39=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #250A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A27 is #DAF5D8. Grayscale: #151515. Windows color (decimal): -14349785 or 2558501. OLE color: 2558501.
HSL color Cylindrical-coordinate representation of color #250A27: hue angle of 295.86º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #250A27 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 39 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.85 |
| HSL | 295.86º | 0.59% | 0.1% | - |
| HSV(B) | 295.86º | 0.74% | 0.15% | - |
| XYZ | 1.24 | 0.76 | 2 | - |
| YUV | 21.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 39 | 0.05 | 0.74 | 0 | 0.85 | 295.86 | 0.59 | 0.1 |
| Hex | 25 | A | 27 | 5 | 4A | 0 | 55 | 128 | 3B | A |
| Octal | 45 | 12 | 47 | 5 | 112 | 0 | 125 | 450 | 73 | 12 |
| Binary | 100101 | 1010 | 100111 | 101 | 1001010 | 0 | 1010101 | 100101000 | 111011 | 1010 |
Color Harmonies of #250A27
Complementary color
Monochromatic Colors of #250A27
Black with #250A27
Text Example
Text Example
White with #250A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A27; }
p { color: rgb(37,10,39); }
H1.HeaderClassName
{
color: #250A27;
}
.AnyTagClassName
{
color: #250A27;
}
</style>
background-color css
<style>
a { background-color: #250A27; }
a { background-color: rgb(37,10,39); }
div.DivClassName
{
background-color: #250A27;
}
.BgClassName
{
background-color: #250A27;
}
</style>
border-color css
<style>
span { border-color: #250A27; }
span { border-color: rgb(37,10,39); }
td.TdClassName
{
border-color: #250A27;
}
.TagClassName
{
border-color: #250A27;
}
</style>