Shades of Mardi Gras #2A0B27
Tints of Mardi Gras #2A0B27
RGB
CMYK
RGB Variations
Color information
#2A0B27 (or 0x2A0B27) is known color: Mardi Gras. HEX triplet: 2A, 0B and 27. RGB value is (42,11,39). Sum of RGB (Red+Green+Blue) = 42+11+39=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B27 is #D5F4D8. Grayscale: #171717. Windows color (decimal): -14021849 or 2558762. OLE color: 2558762.
HSL color Cylindrical-coordinate representation of color #2A0B27: hue angle of 305.81º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B27 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 39 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.84 |
| HSL | 305.81º | 0.58% | 0.1% | - |
| HSV(B) | 305.81º | 0.74% | 0.16% | - |
| XYZ | 1.44 | 0.88 | 2.01 | - |
| YUV | 23.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 39 | 0 | 0.74 | 0.07 | 0.84 | 305.81 | 0.58 | 0.1 |
| Hex | 2A | B | 27 | 0 | 4A | 7 | 54 | 132 | 3A | A |
| Octal | 52 | 13 | 47 | 0 | 112 | 7 | 124 | 462 | 72 | 12 |
| Binary | 101010 | 1011 | 100111 | 0 | 1001010 | 111 | 1010100 | 100110010 | 111010 | 1010 |
Color Harmonies of #2A0B27
Complementary color
Monochromatic Colors of #2A0B27
Black with #2A0B27
Text Example
Text Example
White with #2A0B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B27; }
p { color: rgb(42,11,39); }
H1.HeaderClassName
{
color: #2A0B27;
}
.AnyTagClassName
{
color: #2A0B27;
}
</style>
background-color css
<style>
a { background-color: #2A0B27; }
a { background-color: rgb(42,11,39); }
div.DivClassName
{
background-color: #2A0B27;
}
.BgClassName
{
background-color: #2A0B27;
}
</style>
border-color css
<style>
span { border-color: #2A0B27; }
span { border-color: rgb(42,11,39); }
td.TdClassName
{
border-color: #2A0B27;
}
.TagClassName
{
border-color: #2A0B27;
}
</style>