Shades of Mardi Gras #36233A
Tints of Mardi Gras #36233A
RGB
CMYK
RGB Variations
Color information
#36233A (or 0x36233A) is known color: Mardi Gras. HEX triplet: 36, 23 and 3A. RGB value is (54,35,58). Sum of RGB (Red+Green+Blue) = 54+35+58=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #36233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36233A is #C9DCC5. Grayscale: #2B2B2B. Windows color (decimal): -13229254 or 3810102. OLE color: 3810102.
HSL color Cylindrical-coordinate representation of color #36233A: hue angle of 289.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36233A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 35 | 58 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.77 |
| HSL | 289.57º | 0.25% | 0.18% | - |
| HSV(B) | 289.57º | 0.4% | 0.23% | - |
| XYZ | 2.89 | 2.29 | 4.29 | - |
| YUV | 43.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 58 | 0.07 | 0.40 | 0 | 0.77 | 289.57 | 0.25 | 0.18 |
| Hex | 36 | 23 | 3A | 7 | 28 | 0 | 4D | 122 | 19 | 12 |
| Octal | 66 | 43 | 72 | 7 | 50 | 0 | 115 | 442 | 31 | 22 |
| Binary | 110110 | 100011 | 111010 | 111 | 101000 | 0 | 1001101 | 100100010 | 11001 | 10010 |
Color Harmonies of #36233A
Complementary color
Monochromatic Colors of #36233A
Black with #36233A
Text Example
Text Example
White with #36233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36233A; }
p { color: rgb(54,35,58); }
H1.HeaderClassName
{
color: #36233A;
}
.AnyTagClassName
{
color: #36233A;
}
</style>
background-color css
<style>
a { background-color: #36233A; }
a { background-color: rgb(54,35,58); }
div.DivClassName
{
background-color: #36233A;
}
.BgClassName
{
background-color: #36233A;
}
</style>
border-color css
<style>
span { border-color: #36233A; }
span { border-color: rgb(54,35,58); }
td.TdClassName
{
border-color: #36233A;
}
.TagClassName
{
border-color: #36233A;
}
</style>