Shades of Mardi Gras #250D23
Tints of Mardi Gras #250D23
RGB
CMYK
RGB Variations
Color information
#250D23 (or 0x250D23) is known color: Mardi Gras. HEX triplet: 25, 0D and 23. RGB value is (37,13,35). Sum of RGB (Red+Green+Blue) = 37+13+35=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D23 is #DAF2DC. Grayscale: #161616. Windows color (decimal): -14349021 or 2297125. OLE color: 2297125.
HSL color Cylindrical-coordinate representation of color #250D23: hue angle of 305º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D23 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 35 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.85 |
| HSL | 305º | 0.48% | 0.1% | - |
| HSV(B) | 305º | 0.65% | 0.15% | - |
| XYZ | 1.21 | 0.8 | 1.68 | - |
| YUV | 22.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 35 | 0 | 0.65 | 0.05 | 0.85 | 305 | 0.48 | 0.1 |
| Hex | 25 | D | 23 | 0 | 41 | 5 | 55 | 131 | 30 | A |
| Octal | 45 | 15 | 43 | 0 | 101 | 5 | 125 | 461 | 60 | 12 |
| Binary | 100101 | 1101 | 100011 | 0 | 1000001 | 101 | 1010101 | 100110001 | 110000 | 1010 |
Color Harmonies of #250D23
Complementary color
Monochromatic Colors of #250D23
Black with #250D23
Text Example
Text Example
White with #250D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D23; }
p { color: rgb(37,13,35); }
H1.HeaderClassName
{
color: #250D23;
}
.AnyTagClassName
{
color: #250D23;
}
</style>
background-color css
<style>
a { background-color: #250D23; }
a { background-color: rgb(37,13,35); }
div.DivClassName
{
background-color: #250D23;
}
.BgClassName
{
background-color: #250D23;
}
</style>
border-color css
<style>
span { border-color: #250D23; }
span { border-color: rgb(37,13,35); }
td.TdClassName
{
border-color: #250D23;
}
.TagClassName
{
border-color: #250D23;
}
</style>