Shades of Mardi Gras #231321
Tints of Mardi Gras #231321
RGB
CMYK
RGB Variations
Color information
#231321 (or 0x231321) is known color: Mardi Gras. HEX triplet: 23, 13 and 21. RGB value is (35,19,33). Sum of RGB (Red+Green+Blue) = 35+19+33=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231321 is #DCECDE. Grayscale: #191919. Windows color (decimal): -14478559 or 2167587. OLE color: 2167587.
HSL color Cylindrical-coordinate representation of color #231321: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231321 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 33 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.86 |
| HSL | 307.5º | 0.3% | 0.11% | - |
| HSV(B) | 307.5º | 0.46% | 0.14% | - |
| XYZ | 1.2 | 0.93 | 1.56 | - |
| YUV | 25.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 33 | 0 | 0.46 | 0.06 | 0.86 | 307.5 | 0.3 | 0.11 |
| Hex | 23 | 13 | 21 | 0 | 2E | 6 | 56 | 134 | 1E | B |
| Octal | 43 | 23 | 41 | 0 | 56 | 6 | 126 | 464 | 36 | 13 |
| Binary | 100011 | 10011 | 100001 | 0 | 101110 | 110 | 1010110 | 100110100 | 11110 | 1011 |
Color Harmonies of #231321
Complementary color
Monochromatic Colors of #231321
Black with #231321
Text Example
Text Example
White with #231321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231321; }
p { color: rgb(35,19,33); }
H1.HeaderClassName
{
color: #231321;
}
.AnyTagClassName
{
color: #231321;
}
</style>
background-color css
<style>
a { background-color: #231321; }
a { background-color: rgb(35,19,33); }
div.DivClassName
{
background-color: #231321;
}
.BgClassName
{
background-color: #231321;
}
</style>
border-color css
<style>
span { border-color: #231321; }
span { border-color: rgb(35,19,33); }
td.TdClassName
{
border-color: #231321;
}
.TagClassName
{
border-color: #231321;
}
</style>