Shades of Mardi Gras #230224
Tints of Mardi Gras #230224
RGB
CMYK
RGB Variations
Color information
#230224 (or 0x230224) is known color: Mardi Gras. HEX triplet: 23, 02 and 24. RGB value is (35,2,36). Sum of RGB (Red+Green+Blue) = 35+2+36=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #230224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230224 is #DCFDDB. Grayscale: #0F0F0F. Windows color (decimal): -14482908 or 2359843. OLE color: 2359843.
HSL color Cylindrical-coordinate representation of color #230224: hue angle of 298.24º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230224 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 36 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.86 |
| HSL | 298.24º | 0.89% | 0.07% | - |
| HSV(B) | 298.24º | 0.94% | 0.14% | - |
| XYZ | 1.03 | 0.53 | 1.72 | - |
| YUV | 15.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 36 | 0.03 | 0.94 | 0 | 0.86 | 298.24 | 0.89 | 0.07 |
| Hex | 23 | 2 | 24 | 3 | 5E | 0 | 56 | 12A | 59 | 7 |
| Octal | 43 | 2 | 44 | 3 | 136 | 0 | 126 | 452 | 131 | 7 |
| Binary | 100011 | 10 | 100100 | 11 | 1011110 | 0 | 1010110 | 100101010 | 1011001 | 111 |
Color Harmonies of #230224
Complementary color
Monochromatic Colors of #230224
Black with #230224
Text Example
Text Example
White with #230224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230224; }
p { color: rgb(35,2,36); }
H1.HeaderClassName
{
color: #230224;
}
.AnyTagClassName
{
color: #230224;
}
</style>
background-color css
<style>
a { background-color: #230224; }
a { background-color: rgb(35,2,36); }
div.DivClassName
{
background-color: #230224;
}
.BgClassName
{
background-color: #230224;
}
</style>
border-color css
<style>
span { border-color: #230224; }
span { border-color: rgb(35,2,36); }
td.TdClassName
{
border-color: #230224;
}
.TagClassName
{
border-color: #230224;
}
</style>