Shades of Mardi Gras #240322
Tints of Mardi Gras #240322
RGB
CMYK
RGB Variations
Color information
#240322 (or 0x240322) is known color: Mardi Gras. HEX triplet: 24, 03 and 22. RGB value is (36,3,34). Sum of RGB (Red+Green+Blue) = 36+3+34=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240322 is #DBFCDD. Grayscale: #101010. Windows color (decimal): -14417118 or 2229028. OLE color: 2229028.
HSL color Cylindrical-coordinate representation of color #240322: hue angle of 303.64º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240322 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 34 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.86 |
| HSL | 303.64º | 0.85% | 0.08% | - |
| HSV(B) | 303.64º | 0.92% | 0.14% | - |
| XYZ | 1.05 | 0.56 | 1.57 | - |
| YUV | 16.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 34 | 0 | 0.92 | 0.06 | 0.86 | 303.64 | 0.85 | 0.08 |
| Hex | 24 | 3 | 22 | 0 | 5C | 6 | 56 | 130 | 55 | 8 |
| Octal | 44 | 3 | 42 | 0 | 134 | 6 | 126 | 460 | 125 | 10 |
| Binary | 100100 | 11 | 100010 | 0 | 1011100 | 110 | 1010110 | 100110000 | 1010101 | 1000 |
Color Harmonies of #240322
Complementary color
Monochromatic Colors of #240322
Black with #240322
Text Example
Text Example
White with #240322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240322; }
p { color: rgb(36,3,34); }
H1.HeaderClassName
{
color: #240322;
}
.AnyTagClassName
{
color: #240322;
}
</style>
background-color css
<style>
a { background-color: #240322; }
a { background-color: rgb(36,3,34); }
div.DivClassName
{
background-color: #240322;
}
.BgClassName
{
background-color: #240322;
}
</style>
border-color css
<style>
span { border-color: #240322; }
span { border-color: rgb(36,3,34); }
td.TdClassName
{
border-color: #240322;
}
.TagClassName
{
border-color: #240322;
}
</style>