Shades of Mardi Gras #280023
Tints of Mardi Gras #280023
RGB
CMYK
RGB Variations
Color information
#280023 (or 0x280023) is known color: Mardi Gras. HEX triplet: 28, 00 and 23. RGB value is (40,0,35). Sum of RGB (Red+Green+Blue) = 40+0+35=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280023 is #D7FFDC. Grayscale: #0F0F0F. Windows color (decimal): -14155741 or 2293800. OLE color: 2293800.
HSL color Cylindrical-coordinate representation of color #280023: hue angle of 307.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280023 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.12 | 0.84 |
| HSL | 307.5º | 1% | 0.08% | - |
| HSV(B) | 307.5º | 1% | 0.16% | - |
| XYZ | 1.18 | 0.57 | 1.64 | - |
| YUV | 15.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 35 | 0 | 1 | 0.12 | 0.84 | 307.5 | 1 | 0.08 |
| Hex | 28 | 0 | 23 | 0 | 64 | C | 54 | 134 | 64 | 8 |
| Octal | 50 | 0 | 43 | 0 | 144 | 14 | 124 | 464 | 144 | 10 |
| Binary | 101000 | 0 | 100011 | 0 | 1100100 | 1100 | 1010100 | 100110100 | 1100100 | 1000 |
Color Harmonies of #280023
Complementary color
Monochromatic Colors of #280023
Black with #280023
Text Example
Text Example
White with #280023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280023; }
p { color: rgb(40,0,35); }
H1.HeaderClassName
{
color: #280023;
}
.AnyTagClassName
{
color: #280023;
}
</style>
background-color css
<style>
a { background-color: #280023; }
a { background-color: rgb(40,0,35); }
div.DivClassName
{
background-color: #280023;
}
.BgClassName
{
background-color: #280023;
}
</style>
border-color css
<style>
span { border-color: #280023; }
span { border-color: rgb(40,0,35); }
td.TdClassName
{
border-color: #280023;
}
.TagClassName
{
border-color: #280023;
}
</style>