Shades of Mardi Gras #251C27
Tints of Mardi Gras #251C27
RGB
CMYK
RGB Variations
Color information
#251C27 (or 0x251C27) is known color: Mardi Gras. HEX triplet: 25, 1C and 27. RGB value is (37,28,39). Sum of RGB (Red+Green+Blue) = 37+28+39=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #251C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C27 is #DAE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14345177 or 2563109. OLE color: 2563109.
HSL color Cylindrical-coordinate representation of color #251C27: hue angle of 289.09º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #251C27 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 39 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.85 |
| HSL | 289.09º | 0.16% | 0.13% | - |
| HSV(B) | 289.09º | 0.28% | 0.15% | - |
| XYZ | 1.54 | 1.37 | 2.1 | - |
| YUV | 31.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 39 | 0.05 | 0.28 | 0 | 0.85 | 289.09 | 0.16 | 0.13 |
| Hex | 25 | 1C | 27 | 5 | 1C | 0 | 55 | 121 | 10 | D |
| Octal | 45 | 34 | 47 | 5 | 34 | 0 | 125 | 441 | 20 | 15 |
| Binary | 100101 | 11100 | 100111 | 101 | 11100 | 0 | 1010101 | 100100001 | 10000 | 1101 |
Color Harmonies of #251C27
Complementary color
Monochromatic Colors of #251C27
Black with #251C27
Text Example
Text Example
White with #251C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C27; }
p { color: rgb(37,28,39); }
H1.HeaderClassName
{
color: #251C27;
}
.AnyTagClassName
{
color: #251C27;
}
</style>
background-color css
<style>
a { background-color: #251C27; }
a { background-color: rgb(37,28,39); }
div.DivClassName
{
background-color: #251C27;
}
.BgClassName
{
background-color: #251C27;
}
</style>
border-color css
<style>
span { border-color: #251C27; }
span { border-color: rgb(37,28,39); }
td.TdClassName
{
border-color: #251C27;
}
.TagClassName
{
border-color: #251C27;
}
</style>