Shades of Mardi Gras #2A092D
Tints of Mardi Gras #2A092D
RGB
CMYK
RGB Variations
Color information
#2A092D (or 0x2A092D) is known color: Mardi Gras. HEX triplet: 2A, 09 and 2D. RGB value is (42,9,45). Sum of RGB (Red+Green+Blue) = 42+9+45=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A092D is #D5F6D2. Grayscale: #161616. Windows color (decimal): -14022355 or 2951466. OLE color: 2951466.
HSL color Cylindrical-coordinate representation of color #2A092D: hue angle of 295º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A092D is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 9 | 45 | - |
| CMYK | 0.07 | 0.8 | 0 | 0.82 |
| HSL | 295º | 0.67% | 0.11% | - |
| HSV(B) | 295º | 0.8% | 0.18% | - |
| XYZ | 1.53 | 0.88 | 2.57 | - |
| YUV | 22.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 45 | 0.07 | 0.8 | 0 | 0.82 | 295 | 0.67 | 0.11 |
| Hex | 2A | 9 | 2D | 7 | 50 | 0 | 52 | 127 | 43 | B |
| Octal | 52 | 11 | 55 | 7 | 120 | 0 | 122 | 447 | 103 | 13 |
| Binary | 101010 | 1001 | 101101 | 111 | 1010000 | 0 | 1010010 | 100100111 | 1000011 | 1011 |
Color Harmonies of #2A092D
Complementary color
Monochromatic Colors of #2A092D
Black with #2A092D
Text Example
Text Example
White with #2A092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A092D; }
p { color: rgb(42,9,45); }
H1.HeaderClassName
{
color: #2A092D;
}
.AnyTagClassName
{
color: #2A092D;
}
</style>
background-color css
<style>
a { background-color: #2A092D; }
a { background-color: rgb(42,9,45); }
div.DivClassName
{
background-color: #2A092D;
}
.BgClassName
{
background-color: #2A092D;
}
</style>
border-color css
<style>
span { border-color: #2A092D; }
span { border-color: rgb(42,9,45); }
td.TdClassName
{
border-color: #2A092D;
}
.TagClassName
{
border-color: #2A092D;
}
</style>