Shades of Mardi Gras #231521
Tints of Mardi Gras #231521
RGB
CMYK
RGB Variations
Color information
#231521 (or 0x231521) is known color: Mardi Gras. HEX triplet: 23, 15 and 21. RGB value is (35,21,33). Sum of RGB (Red+Green+Blue) = 35+21+33=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231521 is #DCEADE. Grayscale: #1A1A1A. Windows color (decimal): -14478047 or 2168099. OLE color: 2168099.
HSL color Cylindrical-coordinate representation of color #231521: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231521 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 33 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.86 |
| HSL | 308.57º | 0.25% | 0.11% | - |
| HSV(B) | 308.57º | 0.4% | 0.14% | - |
| XYZ | 1.24 | 1 | 1.57 | - |
| YUV | 26.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 33 | 0 | 0.40 | 0.06 | 0.86 | 308.57 | 0.25 | 0.11 |
| Hex | 23 | 15 | 21 | 0 | 28 | 6 | 56 | 135 | 19 | B |
| Octal | 43 | 25 | 41 | 0 | 50 | 6 | 126 | 465 | 31 | 13 |
| Binary | 100011 | 10101 | 100001 | 0 | 101000 | 110 | 1010110 | 100110101 | 11001 | 1011 |
Color Harmonies of #231521
Complementary color
Monochromatic Colors of #231521
Black with #231521
Text Example
Text Example
White with #231521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231521; }
p { color: rgb(35,21,33); }
H1.HeaderClassName
{
color: #231521;
}
.AnyTagClassName
{
color: #231521;
}
</style>
background-color css
<style>
a { background-color: #231521; }
a { background-color: rgb(35,21,33); }
div.DivClassName
{
background-color: #231521;
}
.BgClassName
{
background-color: #231521;
}
</style>
border-color css
<style>
span { border-color: #231521; }
span { border-color: rgb(35,21,33); }
td.TdClassName
{
border-color: #231521;
}
.TagClassName
{
border-color: #231521;
}
</style>