Shades of Mardi Gras #2A0F2B
Tints of Mardi Gras #2A0F2B
RGB
CMYK
RGB Variations
Color information
#2A0F2B (or 0x2A0F2B) is known color: Mardi Gras. HEX triplet: 2A, 0F and 2B. RGB value is (42,15,43). Sum of RGB (Red+Green+Blue) = 42+15+43=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F2B is #D5F0D4. Grayscale: #1A1A1A. Windows color (decimal): -14020821 or 2821930. OLE color: 2821930.
HSL color Cylindrical-coordinate representation of color #2A0F2B: hue angle of 297.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A0F2B is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 15 | 43 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.83 |
| HSL | 297.86º | 0.48% | 0.11% | - |
| HSV(B) | 297.86º | 0.65% | 0.17% | - |
| XYZ | 1.56 | 1.01 | 2.4 | - |
| YUV | 26.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 43 | 0.02 | 0.65 | 0 | 0.83 | 297.86 | 0.48 | 0.11 |
| Hex | 2A | F | 2B | 2 | 41 | 0 | 53 | 12A | 30 | B |
| Octal | 52 | 17 | 53 | 2 | 101 | 0 | 123 | 452 | 60 | 13 |
| Binary | 101010 | 1111 | 101011 | 10 | 1000001 | 0 | 1010011 | 100101010 | 110000 | 1011 |
Color Harmonies of #2A0F2B
Complementary color
Monochromatic Colors of #2A0F2B
Black with #2A0F2B
Text Example
Text Example
White with #2A0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F2B; }
p { color: rgb(42,15,43); }
H1.HeaderClassName
{
color: #2A0F2B;
}
.AnyTagClassName
{
color: #2A0F2B;
}
</style>
background-color css
<style>
a { background-color: #2A0F2B; }
a { background-color: rgb(42,15,43); }
div.DivClassName
{
background-color: #2A0F2B;
}
.BgClassName
{
background-color: #2A0F2B;
}
</style>
border-color css
<style>
span { border-color: #2A0F2B; }
span { border-color: rgb(42,15,43); }
td.TdClassName
{
border-color: #2A0F2B;
}
.TagClassName
{
border-color: #2A0F2B;
}
</style>