Shades of Mardi Gras #231A24
Tints of Mardi Gras #231A24
RGB
CMYK
RGB Variations
Color information
#231A24 (or 0x231A24) is known color: Mardi Gras. HEX triplet: 23, 1A and 24. RGB value is (35,26,36). Sum of RGB (Red+Green+Blue) = 35+26+36=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: blue. Hex color #231A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A24 is #DCE5DB. Grayscale: #1D1D1D. Windows color (decimal): -14476764 or 2365987. OLE color: 2365987.
HSL color Cylindrical-coordinate representation of color #231A24: hue angle of 294º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #231A24 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 36 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.86 |
| HSL | 294º | 0.16% | 0.12% | - |
| HSV(B) | 294º | 0.28% | 0.14% | - |
| XYZ | 1.38 | 1.22 | 1.83 | - |
| YUV | 29.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 36 | 0.03 | 0.28 | 0 | 0.86 | 294 | 0.16 | 0.12 |
| Hex | 23 | 1A | 24 | 3 | 1C | 0 | 56 | 126 | 10 | C |
| Octal | 43 | 32 | 44 | 3 | 34 | 0 | 126 | 446 | 20 | 14 |
| Binary | 100011 | 11010 | 100100 | 11 | 11100 | 0 | 1010110 | 100100110 | 10000 | 1100 |
Color Harmonies of #231A24
Complementary color
Monochromatic Colors of #231A24
Black with #231A24
Text Example
Text Example
White with #231A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A24; }
p { color: rgb(35,26,36); }
H1.HeaderClassName
{
color: #231A24;
}
.AnyTagClassName
{
color: #231A24;
}
</style>
background-color css
<style>
a { background-color: #231A24; }
a { background-color: rgb(35,26,36); }
div.DivClassName
{
background-color: #231A24;
}
.BgClassName
{
background-color: #231A24;
}
</style>
border-color css
<style>
span { border-color: #231A24; }
span { border-color: rgb(35,26,36); }
td.TdClassName
{
border-color: #231A24;
}
.TagClassName
{
border-color: #231A24;
}
</style>