Shades of Mardi Gras #280321
Tints of Mardi Gras #280321
RGB
CMYK
RGB Variations
Color information
#280321 (or 0x280321) is known color: Mardi Gras. HEX triplet: 28, 03 and 21. RGB value is (40,3,33). Sum of RGB (Red+Green+Blue) = 40+3+33=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280321 is #D7FCDE. Grayscale: #111111. Windows color (decimal): -14154975 or 2163496. OLE color: 2163496.
HSL color Cylindrical-coordinate representation of color #280321: hue angle of 311.35º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280321 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 3 | 33 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.84 |
| HSL | 311.35º | 0.86% | 0.08% | - |
| HSV(B) | 311.35º | 0.93% | 0.16% | - |
| XYZ | 1.18 | 0.63 | 1.5 | - |
| YUV | 17.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 33 | 0 | 0.93 | 0.17 | 0.84 | 311.35 | 0.86 | 0.08 |
| Hex | 28 | 3 | 21 | 0 | 5D | 11 | 54 | 137 | 56 | 8 |
| Octal | 50 | 3 | 41 | 0 | 135 | 21 | 124 | 467 | 126 | 10 |
| Binary | 101000 | 11 | 100001 | 0 | 1011101 | 10001 | 1010100 | 100110111 | 1010110 | 1000 |
Color Harmonies of #280321
Complementary color
Monochromatic Colors of #280321
Black with #280321
Text Example
Text Example
White with #280321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280321; }
p { color: rgb(40,3,33); }
H1.HeaderClassName
{
color: #280321;
}
.AnyTagClassName
{
color: #280321;
}
</style>
background-color css
<style>
a { background-color: #280321; }
a { background-color: rgb(40,3,33); }
div.DivClassName
{
background-color: #280321;
}
.BgClassName
{
background-color: #280321;
}
</style>
border-color css
<style>
span { border-color: #280321; }
span { border-color: rgb(40,3,33); }
td.TdClassName
{
border-color: #280321;
}
.TagClassName
{
border-color: #280321;
}
</style>