Shades of Mardi Gras #2A0F2C
Tints of Mardi Gras #2A0F2C
RGB
CMYK
RGB Variations
Color information
#2A0F2C (or 0x2A0F2C) is known color: Mardi Gras. HEX triplet: 2A, 0F and 2C. RGB value is (42,15,44). Sum of RGB (Red+Green+Blue) = 42+15+44=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A0F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F2C is #D5F0D3. Grayscale: #1A1A1A. Windows color (decimal): -14020820 or 2887466. OLE color: 2887466.
HSL color Cylindrical-coordinate representation of color #2A0F2C: hue angle of 295.86º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A0F2C is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 15 | 44 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.83 |
| HSL | 295.86º | 0.49% | 0.12% | - |
| HSV(B) | 295.86º | 0.66% | 0.17% | - |
| XYZ | 1.58 | 1.02 | 2.5 | - |
| YUV | 26.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 44 | 0.05 | 0.66 | 0 | 0.83 | 295.86 | 0.49 | 0.12 |
| Hex | 2A | F | 2C | 5 | 42 | 0 | 53 | 128 | 31 | C |
| Octal | 52 | 17 | 54 | 5 | 102 | 0 | 123 | 450 | 61 | 14 |
| Binary | 101010 | 1111 | 101100 | 101 | 1000010 | 0 | 1010011 | 100101000 | 110001 | 1100 |
Color Harmonies of #2A0F2C
Complementary color
Monochromatic Colors of #2A0F2C
Black with #2A0F2C
Text Example
Text Example
White with #2A0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F2C; }
p { color: rgb(42,15,44); }
H1.HeaderClassName
{
color: #2A0F2C;
}
.AnyTagClassName
{
color: #2A0F2C;
}
</style>
background-color css
<style>
a { background-color: #2A0F2C; }
a { background-color: rgb(42,15,44); }
div.DivClassName
{
background-color: #2A0F2C;
}
.BgClassName
{
background-color: #2A0F2C;
}
</style>
border-color css
<style>
span { border-color: #2A0F2C; }
span { border-color: rgb(42,15,44); }
td.TdClassName
{
border-color: #2A0F2C;
}
.TagClassName
{
border-color: #2A0F2C;
}
</style>