Shades of Mardi Gras #2D022A
Tints of Mardi Gras #2D022A
RGB
CMYK
RGB Variations
Color information
#2D022A (or 0x2D022A) is known color: Mardi Gras. HEX triplet: 2D, 02 and 2A. RGB value is (45,2,42). Sum of RGB (Red+Green+Blue) = 45+2+42=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D022A is #D2FDD5. Grayscale: #131313. Windows color (decimal): -13827542 or 2753069. OLE color: 2753069.
HSL color Cylindrical-coordinate representation of color #2D022A: hue angle of 304.19º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D022A is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 2 | 42 | - |
CMYK | 0 | 0.96 | 0.07 | 0.82 |
HSL | 304.19º | 0.91% | 0.09% | - |
HSV(B) | 304.19º | 0.96% | 0.18% | - |
XYZ | 1.52 | 0.77 | 2.26 | - |
YUV | 19.42 | 140.75 | 146.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 2 | 42 | 0 | 0.96 | 0.07 | 0.82 | 304.19 | 0.91 | 0.09 |
Hex | 2D | 2 | 2A | 0 | 60 | 7 | 52 | 130 | 5B | 9 |
Octal | 55 | 2 | 52 | 0 | 140 | 7 | 122 | 460 | 133 | 11 |
Binary | 101101 | 10 | 101010 | 0 | 1100000 | 111 | 1010010 | 100110000 | 1011011 | 1001 |
Color Harmonies of #2D022A
Complementary color
Monochromatic Colors of #2D022A
Black with #2D022A
Text Example
Text Example
White with #2D022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D022A; }
p { color: rgb(45,2,42); }
H1.HeaderClassName
{
color: #2D022A;
}
.AnyTagClassName
{
color: #2D022A;
}
</style>
background-color css
<style>
a { background-color: #2D022A; }
a { background-color: rgb(45,2,42); }
div.DivClassName
{
background-color: #2D022A;
}
.BgClassName
{
background-color: #2D022A;
}
</style>
border-color css
<style>
span { border-color: #2D022A; }
span { border-color: rgb(45,2,42); }
td.TdClassName
{
border-color: #2D022A;
}
.TagClassName
{
border-color: #2D022A;
}
</style>