Shades of Mardi Gras #231123
Tints of Mardi Gras #231123
RGB
CMYK
RGB Variations
Color information
#231123 (or 0x231123) is known color: Mardi Gras. HEX triplet: 23, 11 and 23. RGB value is (35,17,35). Sum of RGB (Red+Green+Blue) = 35+17+35=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231123 is #DCEEDC. Grayscale: #181818. Windows color (decimal): -14479069 or 2298147. OLE color: 2298147.
HSL color Cylindrical-coordinate representation of color #231123: hue angle of 300º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231123 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 35 | - |
| CMYK | 0 | 0.51 | 0 | 0.86 |
| HSL | 300º | 0.35% | 0.1% | - |
| HSV(B) | 300º | 0.51% | 0.14% | - |
| XYZ | 1.2 | 0.88 | 1.7 | - |
| YUV | 24.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 35 | 0 | 0.51 | 0 | 0.86 | 300 | 0.35 | 0.1 |
| Hex | 23 | 11 | 23 | 0 | 33 | 0 | 56 | 12C | 23 | A |
| Octal | 43 | 21 | 43 | 0 | 63 | 0 | 126 | 454 | 43 | 12 |
| Binary | 100011 | 10001 | 100011 | 0 | 110011 | 0 | 1010110 | 100101100 | 100011 | 1010 |
Color Harmonies of #231123
Complementary color
Monochromatic Colors of #231123
Black with #231123
Text Example
Text Example
White with #231123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231123; }
p { color: rgb(35,17,35); }
H1.HeaderClassName
{
color: #231123;
}
.AnyTagClassName
{
color: #231123;
}
</style>
background-color css
<style>
a { background-color: #231123; }
a { background-color: rgb(35,17,35); }
div.DivClassName
{
background-color: #231123;
}
.BgClassName
{
background-color: #231123;
}
</style>
border-color css
<style>
span { border-color: #231123; }
span { border-color: rgb(35,17,35); }
td.TdClassName
{
border-color: #231123;
}
.TagClassName
{
border-color: #231123;
}
</style>