Shades of Mardi Gras #230222
Tints of Mardi Gras #230222
RGB
CMYK
RGB Variations
Color information
#230222 (or 0x230222) is known color: Mardi Gras. HEX triplet: 23, 02 and 22. RGB value is (35,2,34). Sum of RGB (Red+Green+Blue) = 35+2+34=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230222 is #DCFDDD. Grayscale: #0F0F0F. Windows color (decimal): -14482910 or 2228771. OLE color: 2228771.
HSL color Cylindrical-coordinate representation of color #230222: hue angle of 301.82º 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 #230222 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 34 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.86 |
| HSL | 301.82º | 0.89% | 0.07% | - |
| HSV(B) | 301.82º | 0.94% | 0.14% | - |
| XYZ | 1 | 0.52 | 1.56 | - |
| YUV | 15.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 34 | 0 | 0.94 | 0.03 | 0.86 | 301.82 | 0.89 | 0.07 |
| Hex | 23 | 2 | 22 | 0 | 5E | 3 | 56 | 12E | 59 | 7 |
| Octal | 43 | 2 | 42 | 0 | 136 | 3 | 126 | 456 | 131 | 7 |
| Binary | 100011 | 10 | 100010 | 0 | 1011110 | 11 | 1010110 | 100101110 | 1011001 | 111 |
Color Harmonies of #230222
Complementary color
Monochromatic Colors of #230222
Black with #230222
Text Example
Text Example
White with #230222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230222; }
p { color: rgb(35,2,34); }
H1.HeaderClassName
{
color: #230222;
}
.AnyTagClassName
{
color: #230222;
}
</style>
background-color css
<style>
a { background-color: #230222; }
a { background-color: rgb(35,2,34); }
div.DivClassName
{
background-color: #230222;
}
.BgClassName
{
background-color: #230222;
}
</style>
border-color css
<style>
span { border-color: #230222; }
span { border-color: rgb(35,2,34); }
td.TdClassName
{
border-color: #230222;
}
.TagClassName
{
border-color: #230222;
}
</style>