Shades of Mardi Gras #2A0227
Tints of Mardi Gras #2A0227
RGB
CMYK
RGB Variations
Color information
#2A0227 (or 0x2A0227) is known color: Mardi Gras. HEX triplet: 2A, 02 and 27. RGB value is (42,2,39). Sum of RGB (Red+Green+Blue) = 42+2+39=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0227 is #D5FDD8. Grayscale: #121212. Windows color (decimal): -14024153 or 2556458. OLE color: 2556458.
HSL color Cylindrical-coordinate representation of color #2A0227: hue angle of 304.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0227 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 39 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.84 |
| HSL | 304.5º | 0.91% | 0.09% | - |
| HSV(B) | 304.5º | 0.95% | 0.16% | - |
| XYZ | 1.34 | 0.68 | 1.98 | - |
| YUV | 18.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 39 | 0 | 0.95 | 0.07 | 0.84 | 304.5 | 0.91 | 0.09 |
| Hex | 2A | 2 | 27 | 0 | 5F | 7 | 54 | 130 | 5B | 9 |
| Octal | 52 | 2 | 47 | 0 | 137 | 7 | 124 | 460 | 133 | 11 |
| Binary | 101010 | 10 | 100111 | 0 | 1011111 | 111 | 1010100 | 100110000 | 1011011 | 1001 |
Color Harmonies of #2A0227
Complementary color
Monochromatic Colors of #2A0227
Black with #2A0227
Text Example
Text Example
White with #2A0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0227; }
p { color: rgb(42,2,39); }
H1.HeaderClassName
{
color: #2A0227;
}
.AnyTagClassName
{
color: #2A0227;
}
</style>
background-color css
<style>
a { background-color: #2A0227; }
a { background-color: rgb(42,2,39); }
div.DivClassName
{
background-color: #2A0227;
}
.BgClassName
{
background-color: #2A0227;
}
</style>
border-color css
<style>
span { border-color: #2A0227; }
span { border-color: rgb(42,2,39); }
td.TdClassName
{
border-color: #2A0227;
}
.TagClassName
{
border-color: #2A0227;
}
</style>