Shades of Mardi Gras #230422
Tints of Mardi Gras #230422
RGB
CMYK
RGB Variations
Color information
#230422 (or 0x230422) is known color: Mardi Gras. HEX triplet: 23, 04 and 22. RGB value is (35,4,34). Sum of RGB (Red+Green+Blue) = 35+4+34=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230422 is #DCFBDD. Grayscale: #101010. Windows color (decimal): -14482398 or 2229283. OLE color: 2229283.
HSL color Cylindrical-coordinate representation of color #230422: hue angle of 301.94º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230422 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 34 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.86 |
| HSL | 301.94º | 0.79% | 0.08% | - |
| HSV(B) | 301.94º | 0.89% | 0.14% | - |
| XYZ | 1.03 | 0.56 | 1.57 | - |
| YUV | 16.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 34 | 0 | 0.89 | 0.03 | 0.86 | 301.94 | 0.79 | 0.08 |
| Hex | 23 | 4 | 22 | 0 | 59 | 3 | 56 | 12E | 4F | 8 |
| Octal | 43 | 4 | 42 | 0 | 131 | 3 | 126 | 456 | 117 | 10 |
| Binary | 100011 | 100 | 100010 | 0 | 1011001 | 11 | 1010110 | 100101110 | 1001111 | 1000 |
Color Harmonies of #230422
Complementary color
Monochromatic Colors of #230422
Black with #230422
Text Example
Text Example
White with #230422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230422; }
p { color: rgb(35,4,34); }
H1.HeaderClassName
{
color: #230422;
}
.AnyTagClassName
{
color: #230422;
}
</style>
background-color css
<style>
a { background-color: #230422; }
a { background-color: rgb(35,4,34); }
div.DivClassName
{
background-color: #230422;
}
.BgClassName
{
background-color: #230422;
}
</style>
border-color css
<style>
span { border-color: #230422; }
span { border-color: rgb(35,4,34); }
td.TdClassName
{
border-color: #230422;
}
.TagClassName
{
border-color: #230422;
}
</style>