Shades of Mardi Gras #250D27
Tints of Mardi Gras #250D27
RGB
CMYK
RGB Variations
Color information
#250D27 (or 0x250D27) is known color: Mardi Gras. HEX triplet: 25, 0D and 27. RGB value is (37,13,39). Sum of RGB (Red+Green+Blue) = 37+13+39=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #250D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D27 is #DAF2D8. Grayscale: #171717. Windows color (decimal): -14349017 or 2559269. OLE color: 2559269.
HSL color Cylindrical-coordinate representation of color #250D27: hue angle of 295.38º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #250D27 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 39 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.85 |
| HSL | 295.38º | 0.5% | 0.1% | - |
| HSV(B) | 295.38º | 0.67% | 0.15% | - |
| XYZ | 1.27 | 0.83 | 2.01 | - |
| YUV | 23.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 39 | 0.05 | 0.67 | 0 | 0.85 | 295.38 | 0.5 | 0.1 |
| Hex | 25 | D | 27 | 5 | 43 | 0 | 55 | 127 | 32 | A |
| Octal | 45 | 15 | 47 | 5 | 103 | 0 | 125 | 447 | 62 | 12 |
| Binary | 100101 | 1101 | 100111 | 101 | 1000011 | 0 | 1010101 | 100100111 | 110010 | 1010 |
Color Harmonies of #250D27
Complementary color
Monochromatic Colors of #250D27
Black with #250D27
Text Example
Text Example
White with #250D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D27; }
p { color: rgb(37,13,39); }
H1.HeaderClassName
{
color: #250D27;
}
.AnyTagClassName
{
color: #250D27;
}
</style>
background-color css
<style>
a { background-color: #250D27; }
a { background-color: rgb(37,13,39); }
div.DivClassName
{
background-color: #250D27;
}
.BgClassName
{
background-color: #250D27;
}
</style>
border-color css
<style>
span { border-color: #250D27; }
span { border-color: rgb(37,13,39); }
td.TdClassName
{
border-color: #250D27;
}
.TagClassName
{
border-color: #250D27;
}
</style>