Shades of Mardi Gras #28152A
Tints of Mardi Gras #28152A
RGB
CMYK
RGB Variations
Color information
#28152A (or 0x28152A) is known color: Mardi Gras. HEX triplet: 28, 15 and 2A. RGB value is (40,21,42). Sum of RGB (Red+Green+Blue) = 40+21+42=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #28152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28152A is #D7EAD5. Grayscale: #1D1D1D. Windows color (decimal): -14150358 or 2757928. OLE color: 2757928.
HSL color Cylindrical-coordinate representation of color #28152A: hue angle of 294.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28152A is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 42 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.84 |
| HSL | 294.29º | 0.33% | 0.12% | - |
| HSV(B) | 294.29º | 0.5% | 0.16% | - |
| XYZ | 1.56 | 1.15 | 2.33 | - |
| YUV | 29.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 42 | 0.05 | 0.50 | 0 | 0.84 | 294.29 | 0.33 | 0.12 |
| Hex | 28 | 15 | 2A | 5 | 32 | 0 | 54 | 126 | 21 | C |
| Octal | 50 | 25 | 52 | 5 | 62 | 0 | 124 | 446 | 41 | 14 |
| Binary | 101000 | 10101 | 101010 | 101 | 110010 | 0 | 1010100 | 100100110 | 100001 | 1100 |
Color Harmonies of #28152A
Complementary color
Monochromatic Colors of #28152A
Black with #28152A
Text Example
Text Example
White with #28152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28152A; }
p { color: rgb(40,21,42); }
H1.HeaderClassName
{
color: #28152A;
}
.AnyTagClassName
{
color: #28152A;
}
</style>
background-color css
<style>
a { background-color: #28152A; }
a { background-color: rgb(40,21,42); }
div.DivClassName
{
background-color: #28152A;
}
.BgClassName
{
background-color: #28152A;
}
</style>
border-color css
<style>
span { border-color: #28152A; }
span { border-color: rgb(40,21,42); }
td.TdClassName
{
border-color: #28152A;
}
.TagClassName
{
border-color: #28152A;
}
</style>