Shades of Mardi Gras #231322
Tints of Mardi Gras #231322
RGB
CMYK
RGB Variations
Color information
#231322 (or 0x231322) is known color: Mardi Gras. HEX triplet: 23, 13 and 22. RGB value is (35,19,34). Sum of RGB (Red+Green+Blue) = 35+19+34=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231322 is #DCECDD. Grayscale: #191919. Windows color (decimal): -14478558 or 2233123. OLE color: 2233123.
HSL color Cylindrical-coordinate representation of color #231322: hue angle of 303.75º 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 #231322 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 34 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.86 |
| HSL | 303.75º | 0.3% | 0.11% | - |
| HSV(B) | 303.75º | 0.46% | 0.14% | - |
| XYZ | 1.21 | 0.94 | 1.63 | - |
| YUV | 25.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 34 | 0 | 0.46 | 0.03 | 0.86 | 303.75 | 0.3 | 0.11 |
| Hex | 23 | 13 | 22 | 0 | 2E | 3 | 56 | 130 | 1E | B |
| Octal | 43 | 23 | 42 | 0 | 56 | 3 | 126 | 460 | 36 | 13 |
| Binary | 100011 | 10011 | 100010 | 0 | 101110 | 11 | 1010110 | 100110000 | 11110 | 1011 |
Color Harmonies of #231322
Complementary color
Monochromatic Colors of #231322
Black with #231322
Text Example
Text Example
White with #231322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231322; }
p { color: rgb(35,19,34); }
H1.HeaderClassName
{
color: #231322;
}
.AnyTagClassName
{
color: #231322;
}
</style>
background-color css
<style>
a { background-color: #231322; }
a { background-color: rgb(35,19,34); }
div.DivClassName
{
background-color: #231322;
}
.BgClassName
{
background-color: #231322;
}
</style>
border-color css
<style>
span { border-color: #231322; }
span { border-color: rgb(35,19,34); }
td.TdClassName
{
border-color: #231322;
}
.TagClassName
{
border-color: #231322;
}
</style>