Shades of Mardi Gras #28012A
Tints of Mardi Gras #28012A
RGB
CMYK
RGB Variations
Color information
#28012A (or 0x28012A) is known color: Mardi Gras. HEX triplet: 28, 01 and 2A. RGB value is (40,1,42). Sum of RGB (Red+Green+Blue) = 40+1+42=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #28012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28012A is #D7FED5. Grayscale: #111111. Windows color (decimal): -14155478 or 2752808. OLE color: 2752808.
HSL color Cylindrical-coordinate representation of color #28012A: hue angle of 297.07º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28012A is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 42 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.84 |
| HSL | 297.07º | 0.95% | 0.08% | - |
| HSV(B) | 297.07º | 0.98% | 0.16% | - |
| XYZ | 1.3 | 0.64 | 2.25 | - |
| YUV | 17.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 42 | 0.05 | 0.98 | 0 | 0.84 | 297.07 | 0.95 | 0.08 |
| Hex | 28 | 1 | 2A | 5 | 62 | 0 | 54 | 129 | 5F | 8 |
| Octal | 50 | 1 | 52 | 5 | 142 | 0 | 124 | 451 | 137 | 10 |
| Binary | 101000 | 1 | 101010 | 101 | 1100010 | 0 | 1010100 | 100101001 | 1011111 | 1000 |
Color Harmonies of #28012A
Complementary color
Monochromatic Colors of #28012A
Black with #28012A
Text Example
Text Example
White with #28012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28012A; }
p { color: rgb(40,1,42); }
H1.HeaderClassName
{
color: #28012A;
}
.AnyTagClassName
{
color: #28012A;
}
</style>
background-color css
<style>
a { background-color: #28012A; }
a { background-color: rgb(40,1,42); }
div.DivClassName
{
background-color: #28012A;
}
.BgClassName
{
background-color: #28012A;
}
</style>
border-color css
<style>
span { border-color: #28012A; }
span { border-color: rgb(40,1,42); }
td.TdClassName
{
border-color: #28012A;
}
.TagClassName
{
border-color: #28012A;
}
</style>