Shades of Mardi Gras #231021
Tints of Mardi Gras #231021
RGB
CMYK
RGB Variations
Color information
#231021 (or 0x231021) is known color: Mardi Gras. HEX triplet: 23, 10 and 21. RGB value is (35,16,33). Sum of RGB (Red+Green+Blue) = 35+16+33=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231021 is #DCEFDE. Grayscale: #171717. Windows color (decimal): -14479327 or 2166819. OLE color: 2166819.
HSL color Cylindrical-coordinate representation of color #231021: hue angle of 306.32º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231021 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 33 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.86 |
| HSL | 306.32º | 0.37% | 0.1% | - |
| HSV(B) | 306.32º | 0.54% | 0.14% | - |
| XYZ | 1.15 | 0.84 | 1.54 | - |
| YUV | 23.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 33 | 0 | 0.54 | 0.06 | 0.86 | 306.32 | 0.37 | 0.1 |
| Hex | 23 | 10 | 21 | 0 | 36 | 6 | 56 | 132 | 25 | A |
| Octal | 43 | 20 | 41 | 0 | 66 | 6 | 126 | 462 | 45 | 12 |
| Binary | 100011 | 10000 | 100001 | 0 | 110110 | 110 | 1010110 | 100110010 | 100101 | 1010 |
Color Harmonies of #231021
Complementary color
Monochromatic Colors of #231021
Black with #231021
Text Example
Text Example
White with #231021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231021; }
p { color: rgb(35,16,33); }
H1.HeaderClassName
{
color: #231021;
}
.AnyTagClassName
{
color: #231021;
}
</style>
background-color css
<style>
a { background-color: #231021; }
a { background-color: rgb(35,16,33); }
div.DivClassName
{
background-color: #231021;
}
.BgClassName
{
background-color: #231021;
}
</style>
border-color css
<style>
span { border-color: #231021; }
span { border-color: rgb(35,16,33); }
td.TdClassName
{
border-color: #231021;
}
.TagClassName
{
border-color: #231021;
}
</style>