Shades of Mardi Gras #2D032A
Tints of Mardi Gras #2D032A
RGB
CMYK
RGB Variations
Color information
#2D032A (or 0x2D032A) is known color: Mardi Gras. HEX triplet: 2D, 03 and 2A. RGB value is (45,3,42). Sum of RGB (Red+Green+Blue) = 45+3+42=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D032A is #D2FCD5. Grayscale: #131313. Windows color (decimal): -13827286 or 2753325. OLE color: 2753325.
HSL color Cylindrical-coordinate representation of color #2D032A: hue angle of 304.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D032A is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 3 | 42 | - |
CMYK | 0 | 0.93 | 0.07 | 0.82 |
HSL | 304.29º | 0.88% | 0.09% | - |
HSV(B) | 304.29º | 0.93% | 0.18% | - |
XYZ | 1.53 | 0.79 | 2.26 | - |
YUV | 20 | 140.41 | 145.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 3 | 42 | 0 | 0.93 | 0.07 | 0.82 | 304.29 | 0.88 | 0.09 |
Hex | 2D | 3 | 2A | 0 | 5D | 7 | 52 | 130 | 58 | 9 |
Octal | 55 | 3 | 52 | 0 | 135 | 7 | 122 | 460 | 130 | 11 |
Binary | 101101 | 11 | 101010 | 0 | 1011101 | 111 | 1010010 | 100110000 | 1011000 | 1001 |
Color Harmonies of #2D032A
Complementary color
Monochromatic Colors of #2D032A
Black with #2D032A
Text Example
Text Example
White with #2D032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D032A; }
p { color: rgb(45,3,42); }
H1.HeaderClassName
{
color: #2D032A;
}
.AnyTagClassName
{
color: #2D032A;
}
</style>
background-color css
<style>
a { background-color: #2D032A; }
a { background-color: rgb(45,3,42); }
div.DivClassName
{
background-color: #2D032A;
}
.BgClassName
{
background-color: #2D032A;
}
</style>
border-color css
<style>
span { border-color: #2D032A; }
span { border-color: rgb(45,3,42); }
td.TdClassName
{
border-color: #2D032A;
}
.TagClassName
{
border-color: #2D032A;
}
</style>