Shades of Mardi Gras #281225
Tints of Mardi Gras #281225
RGB
CMYK
RGB Variations
Color information
#281225 (or 0x281225) is known color: Mardi Gras. HEX triplet: 28, 12 and 25. RGB value is (40,18,37). Sum of RGB (Red+Green+Blue) = 40+18+37=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281225 is #D7EDDA. Grayscale: #1A1A1A. Windows color (decimal): -14151131 or 2429480. OLE color: 2429480.
HSL color Cylindrical-coordinate representation of color #281225: hue angle of 308.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281225 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 18 | 37 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.84 |
| HSL | 308.18º | 0.38% | 0.11% | - |
| HSV(B) | 308.18º | 0.55% | 0.16% | - |
| XYZ | 1.43 | 1.02 | 1.87 | - |
| YUV | 26.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 37 | 0 | 0.55 | 0.07 | 0.84 | 308.18 | 0.38 | 0.11 |
| Hex | 28 | 12 | 25 | 0 | 37 | 7 | 54 | 134 | 26 | B |
| Octal | 50 | 22 | 45 | 0 | 67 | 7 | 124 | 464 | 46 | 13 |
| Binary | 101000 | 10010 | 100101 | 0 | 110111 | 111 | 1010100 | 100110100 | 100110 | 1011 |
Color Harmonies of #281225
Complementary color
Monochromatic Colors of #281225
Black with #281225
Text Example
Text Example
White with #281225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281225; }
p { color: rgb(40,18,37); }
H1.HeaderClassName
{
color: #281225;
}
.AnyTagClassName
{
color: #281225;
}
</style>
background-color css
<style>
a { background-color: #281225; }
a { background-color: rgb(40,18,37); }
div.DivClassName
{
background-color: #281225;
}
.BgClassName
{
background-color: #281225;
}
</style>
border-color css
<style>
span { border-color: #281225; }
span { border-color: rgb(40,18,37); }
td.TdClassName
{
border-color: #281225;
}
.TagClassName
{
border-color: #281225;
}
</style>