Shades of Mardi Gras #230021
Tints of Mardi Gras #230021
RGB
CMYK
RGB Variations
Color information
#230021 (or 0x230021) is known color: Mardi Gras. HEX triplet: 23, 00 and 21. RGB value is (35,0,33). Sum of RGB (Red+Green+Blue) = 35+0+33=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #230021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230021 is #DCFFDE. Grayscale: #0E0E0E. Windows color (decimal): -14483423 or 2162723. OLE color: 2162723.
HSL color Cylindrical-coordinate representation of color #230021: hue angle of 303.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230021 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.06 | 0.86 |
| HSL | 303.43º | 1% | 0.07% | - |
| HSV(B) | 303.43º | 1% | 0.14% | - |
| XYZ | 0.97 | 0.47 | 1.48 | - |
| YUV | 14.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 33 | 0 | 1 | 0.06 | 0.86 | 303.43 | 1 | 0.07 |
| Hex | 23 | 0 | 21 | 0 | 64 | 6 | 56 | 12F | 64 | 7 |
| Octal | 43 | 0 | 41 | 0 | 144 | 6 | 126 | 457 | 144 | 7 |
| Binary | 100011 | 0 | 100001 | 0 | 1100100 | 110 | 1010110 | 100101111 | 1100100 | 111 |
Color Harmonies of #230021
Complementary color
Monochromatic Colors of #230021
Black with #230021
Text Example
Text Example
White with #230021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230021; }
p { color: rgb(35,0,33); }
H1.HeaderClassName
{
color: #230021;
}
.AnyTagClassName
{
color: #230021;
}
</style>
background-color css
<style>
a { background-color: #230021; }
a { background-color: rgb(35,0,33); }
div.DivClassName
{
background-color: #230021;
}
.BgClassName
{
background-color: #230021;
}
</style>
border-color css
<style>
span { border-color: #230021; }
span { border-color: rgb(35,0,33); }
td.TdClassName
{
border-color: #230021;
}
.TagClassName
{
border-color: #230021;
}
</style>