Shades of Mardi Gras #250D26
Tints of Mardi Gras #250D26
RGB
CMYK
RGB Variations
Color information
#250D26 (or 0x250D26) is known color: Mardi Gras. HEX triplet: 25, 0D and 26. RGB value is (37,13,38). Sum of RGB (Red+Green+Blue) = 37+13+38=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #250D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D26 is #DAF2D9. Grayscale: #161616. Windows color (decimal): -14349018 or 2493733. OLE color: 2493733.
HSL color Cylindrical-coordinate representation of color #250D26: hue angle of 297.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #250D26 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 38 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.85 |
| HSL | 297.6º | 0.49% | 0.1% | - |
| HSV(B) | 297.6º | 0.66% | 0.15% | - |
| XYZ | 1.26 | 0.82 | 1.93 | - |
| YUV | 23.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 38 | 0.03 | 0.66 | 0 | 0.85 | 297.6 | 0.49 | 0.1 |
| Hex | 25 | D | 26 | 3 | 42 | 0 | 55 | 12A | 31 | A |
| Octal | 45 | 15 | 46 | 3 | 102 | 0 | 125 | 452 | 61 | 12 |
| Binary | 100101 | 1101 | 100110 | 11 | 1000010 | 0 | 1010101 | 100101010 | 110001 | 1010 |
Color Harmonies of #250D26
Complementary color
Monochromatic Colors of #250D26
Black with #250D26
Text Example
Text Example
White with #250D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D26; }
p { color: rgb(37,13,38); }
H1.HeaderClassName
{
color: #250D26;
}
.AnyTagClassName
{
color: #250D26;
}
</style>
background-color css
<style>
a { background-color: #250D26; }
a { background-color: rgb(37,13,38); }
div.DivClassName
{
background-color: #250D26;
}
.BgClassName
{
background-color: #250D26;
}
</style>
border-color css
<style>
span { border-color: #250D26; }
span { border-color: rgb(37,13,38); }
td.TdClassName
{
border-color: #250D26;
}
.TagClassName
{
border-color: #250D26;
}
</style>