Shades of Mardi Gras #230522
Tints of Mardi Gras #230522
RGB
CMYK
RGB Variations
Color information
#230522 (or 0x230522) is known color: Mardi Gras. HEX triplet: 23, 05 and 22. RGB value is (35,5,34). Sum of RGB (Red+Green+Blue) = 35+5+34=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230522 is #DCFADD. Grayscale: #111111. Windows color (decimal): -14482142 or 2229539. OLE color: 2229539.
HSL color Cylindrical-coordinate representation of color #230522: hue angle of 302º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230522 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 34 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.86 |
| HSL | 302º | 0.75% | 0.08% | - |
| HSV(B) | 302º | 0.86% | 0.14% | - |
| XYZ | 1.04 | 0.58 | 1.57 | - |
| YUV | 17.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 34 | 0 | 0.86 | 0.03 | 0.86 | 302 | 0.75 | 0.08 |
| Hex | 23 | 5 | 22 | 0 | 56 | 3 | 56 | 12E | 4B | 8 |
| Octal | 43 | 5 | 42 | 0 | 126 | 3 | 126 | 456 | 113 | 10 |
| Binary | 100011 | 101 | 100010 | 0 | 1010110 | 11 | 1010110 | 100101110 | 1001011 | 1000 |
Color Harmonies of #230522
Complementary color
Monochromatic Colors of #230522
Black with #230522
Text Example
Text Example
White with #230522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230522; }
p { color: rgb(35,5,34); }
H1.HeaderClassName
{
color: #230522;
}
.AnyTagClassName
{
color: #230522;
}
</style>
background-color css
<style>
a { background-color: #230522; }
a { background-color: rgb(35,5,34); }
div.DivClassName
{
background-color: #230522;
}
.BgClassName
{
background-color: #230522;
}
</style>
border-color css
<style>
span { border-color: #230522; }
span { border-color: rgb(35,5,34); }
td.TdClassName
{
border-color: #230522;
}
.TagClassName
{
border-color: #230522;
}
</style>