Shades of Mardi Gras #2A0223
Tints of Mardi Gras #2A0223
RGB
CMYK
RGB Variations
Color information
#2A0223 (or 0x2A0223) is known color: Mardi Gras. HEX triplet: 2A, 02 and 23. RGB value is (42,2,35). Sum of RGB (Red+Green+Blue) = 42+2+35=79 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.16% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 35 (14.06% from 255 or 44.30% from 79); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0223 is #D5FDDC. Grayscale: #111111. Windows color (decimal): -14024157 or 2294314. OLE color: 2294314.
HSL color Cylindrical-coordinate representation of color #2A0223: hue angle of 310.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 #2A0223 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 35 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.84 |
| HSL | 310.5º | 0.91% | 0.09% | - |
| HSV(B) | 310.5º | 0.95% | 0.16% | - |
| XYZ | 1.28 | 0.66 | 1.65 | - |
| YUV | 17.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 35 | 0 | 0.95 | 0.17 | 0.84 | 310.5 | 0.91 | 0.09 |
| Hex | 2A | 2 | 23 | 0 | 5F | 11 | 54 | 136 | 5B | 9 |
| Octal | 52 | 2 | 43 | 0 | 137 | 21 | 124 | 466 | 133 | 11 |
| Binary | 101010 | 10 | 100011 | 0 | 1011111 | 10001 | 1010100 | 100110110 | 1011011 | 1001 |
Color Harmonies of #2A0223
Complementary color
Monochromatic Colors of #2A0223
Black with #2A0223
Text Example
Text Example
White with #2A0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0223; }
p { color: rgb(42,2,35); }
H1.HeaderClassName
{
color: #2A0223;
}
.AnyTagClassName
{
color: #2A0223;
}
</style>
background-color css
<style>
a { background-color: #2A0223; }
a { background-color: rgb(42,2,35); }
div.DivClassName
{
background-color: #2A0223;
}
.BgClassName
{
background-color: #2A0223;
}
</style>
border-color css
<style>
span { border-color: #2A0223; }
span { border-color: rgb(42,2,35); }
td.TdClassName
{
border-color: #2A0223;
}
.TagClassName
{
border-color: #2A0223;
}
</style>