Shades of Mardi Gras #240123
Tints of Mardi Gras #240123
RGB
CMYK
RGB Variations
Color information
#240123 (or 0x240123) is known color: Mardi Gras. HEX triplet: 24, 01 and 23. RGB value is (36,1,35). Sum of RGB (Red+Green+Blue) = 36+1+35=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240123 is #DBFEDC. Grayscale: #0F0F0F. Windows color (decimal): -14417629 or 2294052. OLE color: 2294052.
HSL color Cylindrical-coordinate representation of color #240123: hue angle of 301.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240123 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 35 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.86 |
| HSL | 301.71º | 0.95% | 0.07% | - |
| HSV(B) | 301.71º | 0.97% | 0.14% | - |
| XYZ | 1.04 | 0.52 | 1.64 | - |
| YUV | 15.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 35 | 0 | 0.97 | 0.03 | 0.86 | 301.71 | 0.95 | 0.07 |
| Hex | 24 | 1 | 23 | 0 | 61 | 3 | 56 | 12E | 5F | 7 |
| Octal | 44 | 1 | 43 | 0 | 141 | 3 | 126 | 456 | 137 | 7 |
| Binary | 100100 | 1 | 100011 | 0 | 1100001 | 11 | 1010110 | 100101110 | 1011111 | 111 |
Color Harmonies of #240123
Complementary color
Monochromatic Colors of #240123
Black with #240123
Text Example
Text Example
White with #240123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240123; }
p { color: rgb(36,1,35); }
H1.HeaderClassName
{
color: #240123;
}
.AnyTagClassName
{
color: #240123;
}
</style>
background-color css
<style>
a { background-color: #240123; }
a { background-color: rgb(36,1,35); }
div.DivClassName
{
background-color: #240123;
}
.BgClassName
{
background-color: #240123;
}
</style>
border-color css
<style>
span { border-color: #240123; }
span { border-color: rgb(36,1,35); }
td.TdClassName
{
border-color: #240123;
}
.TagClassName
{
border-color: #240123;
}
</style>