Shades of Mardi Gras #240822
Tints of Mardi Gras #240822
RGB
CMYK
RGB Variations
Color information
#240822 (or 0x240822) is known color: Mardi Gras. HEX triplet: 24, 08 and 22. RGB value is (36,8,34). Sum of RGB (Red+Green+Blue) = 36+8+34=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #240822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240822 is #DBF7DD. Grayscale: #131313. Windows color (decimal): -14415838 or 2230308. OLE color: 2230308.
HSL color Cylindrical-coordinate representation of color #240822: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240822 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 34 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.86 |
| HSL | 304.29º | 0.64% | 0.09% | - |
| HSV(B) | 304.29º | 0.78% | 0.14% | - |
| XYZ | 1.1 | 0.66 | 1.58 | - |
| YUV | 19.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 34 | 0 | 0.78 | 0.06 | 0.86 | 304.29 | 0.64 | 0.09 |
| Hex | 24 | 8 | 22 | 0 | 4E | 6 | 56 | 130 | 40 | 9 |
| Octal | 44 | 10 | 42 | 0 | 116 | 6 | 126 | 460 | 100 | 11 |
| Binary | 100100 | 1000 | 100010 | 0 | 1001110 | 110 | 1010110 | 100110000 | 1000000 | 1001 |
Color Harmonies of #240822
Complementary color
Monochromatic Colors of #240822
Black with #240822
Text Example
Text Example
White with #240822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240822; }
p { color: rgb(36,8,34); }
H1.HeaderClassName
{
color: #240822;
}
.AnyTagClassName
{
color: #240822;
}
</style>
background-color css
<style>
a { background-color: #240822; }
a { background-color: rgb(36,8,34); }
div.DivClassName
{
background-color: #240822;
}
.BgClassName
{
background-color: #240822;
}
</style>
border-color css
<style>
span { border-color: #240822; }
span { border-color: rgb(36,8,34); }
td.TdClassName
{
border-color: #240822;
}
.TagClassName
{
border-color: #240822;
}
</style>