Shades of Mardi Gras #250D22
Tints of Mardi Gras #250D22
RGB
CMYK
RGB Variations
Color information
#250D22 (or 0x250D22) is known color: Mardi Gras. HEX triplet: 25, 0D and 22. RGB value is (37,13,34). Sum of RGB (Red+Green+Blue) = 37+13+34=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #250D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D22 is #DAF2DD. Grayscale: #161616. Windows color (decimal): -14349022 or 2231589. OLE color: 2231589.
HSL color Cylindrical-coordinate representation of color #250D22: hue angle of 307.5º 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 #250D22 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 34 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.85 |
| HSL | 307.5º | 0.48% | 0.1% | - |
| HSV(B) | 307.5º | 0.65% | 0.15% | - |
| XYZ | 1.2 | 0.8 | 1.6 | - |
| YUV | 22.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 34 | 0 | 0.65 | 0.08 | 0.85 | 307.5 | 0.48 | 0.1 |
| Hex | 25 | D | 22 | 0 | 41 | 8 | 55 | 134 | 30 | A |
| Octal | 45 | 15 | 42 | 0 | 101 | 10 | 125 | 464 | 60 | 12 |
| Binary | 100101 | 1101 | 100010 | 0 | 1000001 | 1000 | 1010101 | 100110100 | 110000 | 1010 |
Color Harmonies of #250D22
Complementary color
Monochromatic Colors of #250D22
Black with #250D22
Text Example
Text Example
White with #250D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D22; }
p { color: rgb(37,13,34); }
H1.HeaderClassName
{
color: #250D22;
}
.AnyTagClassName
{
color: #250D22;
}
</style>
background-color css
<style>
a { background-color: #250D22; }
a { background-color: rgb(37,13,34); }
div.DivClassName
{
background-color: #250D22;
}
.BgClassName
{
background-color: #250D22;
}
</style>
border-color css
<style>
span { border-color: #250D22; }
span { border-color: rgb(37,13,34); }
td.TdClassName
{
border-color: #250D22;
}
.TagClassName
{
border-color: #250D22;
}
</style>