Shades of Mardi Gras #281325
Tints of Mardi Gras #281325
RGB
CMYK
RGB Variations
Color information
#281325 (or 0x281325) is known color: Mardi Gras. HEX triplet: 28, 13 and 25. RGB value is (40,19,37). Sum of RGB (Red+Green+Blue) = 40+19+37=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281325 is #D7ECDA. Grayscale: #1B1B1B. Windows color (decimal): -14150875 or 2429736. OLE color: 2429736.
HSL color Cylindrical-coordinate representation of color #281325: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281325 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 37 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.84 |
| HSL | 308.57º | 0.36% | 0.12% | - |
| HSV(B) | 308.57º | 0.53% | 0.16% | - |
| XYZ | 1.44 | 1.05 | 1.88 | - |
| YUV | 27.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 37 | 0 | 0.52 | 0.07 | 0.84 | 308.57 | 0.36 | 0.12 |
| Hex | 28 | 13 | 25 | 0 | 34 | 7 | 54 | 135 | 24 | C |
| Octal | 50 | 23 | 45 | 0 | 64 | 7 | 124 | 465 | 44 | 14 |
| Binary | 101000 | 10011 | 100101 | 0 | 110100 | 111 | 1010100 | 100110101 | 100100 | 1100 |
Color Harmonies of #281325
Complementary color
Monochromatic Colors of #281325
Black with #281325
Text Example
Text Example
White with #281325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281325; }
p { color: rgb(40,19,37); }
H1.HeaderClassName
{
color: #281325;
}
.AnyTagClassName
{
color: #281325;
}
</style>
background-color css
<style>
a { background-color: #281325; }
a { background-color: rgb(40,19,37); }
div.DivClassName
{
background-color: #281325;
}
.BgClassName
{
background-color: #281325;
}
</style>
border-color css
<style>
span { border-color: #281325; }
span { border-color: rgb(40,19,37); }
td.TdClassName
{
border-color: #281325;
}
.TagClassName
{
border-color: #281325;
}
</style>