Shades of Mardi Gras #28162A
Tints of Mardi Gras #28162A
RGB
CMYK
RGB Variations
Color information
#28162A (or 0x28162A) is known color: Mardi Gras. HEX triplet: 28, 16 and 2A. RGB value is (40,22,42). Sum of RGB (Red+Green+Blue) = 40+22+42=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #28162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28162A is #D7E9D5. Grayscale: #1D1D1D. Windows color (decimal): -14150102 or 2758184. OLE color: 2758184.
HSL color Cylindrical-coordinate representation of color #28162A: hue angle of 294º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28162A is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 42 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.84 |
| HSL | 294º | 0.31% | 0.13% | - |
| HSV(B) | 294º | 0.48% | 0.16% | - |
| XYZ | 1.58 | 1.19 | 2.34 | - |
| YUV | 29.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 42 | 0.05 | 0.48 | 0 | 0.84 | 294 | 0.31 | 0.13 |
| Hex | 28 | 16 | 2A | 5 | 30 | 0 | 54 | 126 | 1F | D |
| Octal | 50 | 26 | 52 | 5 | 60 | 0 | 124 | 446 | 37 | 15 |
| Binary | 101000 | 10110 | 101010 | 101 | 110000 | 0 | 1010100 | 100100110 | 11111 | 1101 |
Color Harmonies of #28162A
Complementary color
Monochromatic Colors of #28162A
Black with #28162A
Text Example
Text Example
White with #28162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28162A; }
p { color: rgb(40,22,42); }
H1.HeaderClassName
{
color: #28162A;
}
.AnyTagClassName
{
color: #28162A;
}
</style>
background-color css
<style>
a { background-color: #28162A; }
a { background-color: rgb(40,22,42); }
div.DivClassName
{
background-color: #28162A;
}
.BgClassName
{
background-color: #28162A;
}
</style>
border-color css
<style>
span { border-color: #28162A; }
span { border-color: rgb(40,22,42); }
td.TdClassName
{
border-color: #28162A;
}
.TagClassName
{
border-color: #28162A;
}
</style>