Shades of Mardi Gras #240422
Tints of Mardi Gras #240422
RGB
CMYK
RGB Variations
Color information
#240422 (or 0x240422) is known color: Mardi Gras. HEX triplet: 24, 04 and 22. RGB value is (36,4,34). Sum of RGB (Red+Green+Blue) = 36+4+34=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240422 is #DBFBDD. Grayscale: #101010. Windows color (decimal): -14416862 or 2229284. OLE color: 2229284.
HSL color Cylindrical-coordinate representation of color #240422: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240422 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 34 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.86 |
| HSL | 303.75º | 0.8% | 0.08% | - |
| HSV(B) | 303.75º | 0.89% | 0.14% | - |
| XYZ | 1.06 | 0.58 | 1.57 | - |
| YUV | 16.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 34 | 0 | 0.89 | 0.06 | 0.86 | 303.75 | 0.8 | 0.08 |
| Hex | 24 | 4 | 22 | 0 | 59 | 6 | 56 | 130 | 50 | 8 |
| Octal | 44 | 4 | 42 | 0 | 131 | 6 | 126 | 460 | 120 | 10 |
| Binary | 100100 | 100 | 100010 | 0 | 1011001 | 110 | 1010110 | 100110000 | 1010000 | 1000 |
Color Harmonies of #240422
Complementary color
Monochromatic Colors of #240422
Black with #240422
Text Example
Text Example
White with #240422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240422; }
p { color: rgb(36,4,34); }
H1.HeaderClassName
{
color: #240422;
}
.AnyTagClassName
{
color: #240422;
}
</style>
background-color css
<style>
a { background-color: #240422; }
a { background-color: rgb(36,4,34); }
div.DivClassName
{
background-color: #240422;
}
.BgClassName
{
background-color: #240422;
}
</style>
border-color css
<style>
span { border-color: #240422; }
span { border-color: rgb(36,4,34); }
td.TdClassName
{
border-color: #240422;
}
.TagClassName
{
border-color: #240422;
}
</style>