Shades of Mardi Gras #280E2A
Tints of Mardi Gras #280E2A
RGB
CMYK
RGB Variations
Color information
#280E2A (or 0x280E2A) is known color: Mardi Gras. HEX triplet: 28, 0E and 2A. RGB value is (40,14,42). Sum of RGB (Red+Green+Blue) = 40+14+42=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #280E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E2A is #D7F1D5. Grayscale: #181818. Windows color (decimal): -14152150 or 2756136. OLE color: 2756136.
HSL color Cylindrical-coordinate representation of color #280E2A: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #280E2A is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 42 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.84 |
| HSL | 295.71º | 0.5% | 0.11% | - |
| HSV(B) | 295.71º | 0.67% | 0.16% | - |
| XYZ | 1.45 | 0.93 | 2.29 | - |
| YUV | 24.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 42 | 0.05 | 0.67 | 0 | 0.84 | 295.71 | 0.5 | 0.11 |
| Hex | 28 | E | 2A | 5 | 43 | 0 | 54 | 128 | 32 | B |
| Octal | 50 | 16 | 52 | 5 | 103 | 0 | 124 | 450 | 62 | 13 |
| Binary | 101000 | 1110 | 101010 | 101 | 1000011 | 0 | 1010100 | 100101000 | 110010 | 1011 |
Color Harmonies of #280E2A
Complementary color
Monochromatic Colors of #280E2A
Black with #280E2A
Text Example
Text Example
White with #280E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E2A; }
p { color: rgb(40,14,42); }
H1.HeaderClassName
{
color: #280E2A;
}
.AnyTagClassName
{
color: #280E2A;
}
</style>
background-color css
<style>
a { background-color: #280E2A; }
a { background-color: rgb(40,14,42); }
div.DivClassName
{
background-color: #280E2A;
}
.BgClassName
{
background-color: #280E2A;
}
</style>
border-color css
<style>
span { border-color: #280E2A; }
span { border-color: rgb(40,14,42); }
td.TdClassName
{
border-color: #280E2A;
}
.TagClassName
{
border-color: #280E2A;
}
</style>