Shades of Mardi Gras #2E0C2A
Tints of Mardi Gras #2E0C2A
RGB
CMYK
RGB Variations
Color information
#2E0C2A (or 0x2E0C2A) is known color: Mardi Gras. HEX triplet: 2E, 0C and 2A. RGB value is (46,12,42). Sum of RGB (Red+Green+Blue) = 46+12+42=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C2A is #D1F3D5. Grayscale: #191919. Windows color (decimal): -13759446 or 2755630. OLE color: 2755630.
HSL color Cylindrical-coordinate representation of color #2E0C2A: hue angle of 307.06º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0C2A is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 12 | 42 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.82 |
| HSL | 307.06º | 0.59% | 0.11% | - |
| HSV(B) | 307.06º | 0.74% | 0.18% | - |
| XYZ | 1.68 | 1.01 | 2.3 | - |
| YUV | 25.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 42 | 0 | 0.74 | 0.09 | 0.82 | 307.06 | 0.59 | 0.11 |
| Hex | 2E | C | 2A | 0 | 4A | 9 | 52 | 133 | 3B | B |
| Octal | 56 | 14 | 52 | 0 | 112 | 11 | 122 | 463 | 73 | 13 |
| Binary | 101110 | 1100 | 101010 | 0 | 1001010 | 1001 | 1010010 | 100110011 | 111011 | 1011 |
Color Harmonies of #2E0C2A
Complementary color
Monochromatic Colors of #2E0C2A
Black with #2E0C2A
Text Example
Text Example
White with #2E0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C2A; }
p { color: rgb(46,12,42); }
H1.HeaderClassName
{
color: #2E0C2A;
}
.AnyTagClassName
{
color: #2E0C2A;
}
</style>
background-color css
<style>
a { background-color: #2E0C2A; }
a { background-color: rgb(46,12,42); }
div.DivClassName
{
background-color: #2E0C2A;
}
.BgClassName
{
background-color: #2E0C2A;
}
</style>
border-color css
<style>
span { border-color: #2E0C2A; }
span { border-color: rgb(46,12,42); }
td.TdClassName
{
border-color: #2E0C2A;
}
.TagClassName
{
border-color: #2E0C2A;
}
</style>