Shades of Mardi Gras #232223
Tints of Mardi Gras #232223
RGB
CMYK
RGB Variations
Color information
#232223 (or 0x232223) is known color: Mardi Gras. HEX triplet: 23, 22 and 23. RGB value is (35,34,35). Sum of RGB (Red+Green+Blue) = 35+34+35=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #232223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232223 is #DCDDDC. Grayscale: #222222. Windows color (decimal): -14474717 or 2302499. OLE color: 2302499.
HSL color Cylindrical-coordinate representation of color #232223: hue angle of 300º degrees, saturation: 0.01, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #232223 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 34 | 35 | - |
| CMYK | 0 | 0.03 | 0 | 0.86 |
| HSL | 300º | 0.01% | 0.14% | - |
| HSV(B) | 300º | 0.03% | 0.14% | - |
| XYZ | 1.57 | 1.62 | 1.82 | - |
| YUV | 34.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 35 | 0 | 0.03 | 0 | 0.86 | 300 | 0.01 | 0.14 |
| Hex | 23 | 22 | 23 | 0 | 3 | 0 | 56 | 12C | 1 | E |
| Octal | 43 | 42 | 43 | 0 | 3 | 0 | 126 | 454 | 1 | 16 |
| Binary | 100011 | 100010 | 100011 | 0 | 11 | 0 | 1010110 | 100101100 | 1 | 1110 |
Color Harmonies of #232223
Complementary color
Monochromatic Colors of #232223
Black with #232223
Text Example
Text Example
White with #232223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232223; }
p { color: rgb(35,34,35); }
H1.HeaderClassName
{
color: #232223;
}
.AnyTagClassName
{
color: #232223;
}
</style>
background-color css
<style>
a { background-color: #232223; }
a { background-color: rgb(35,34,35); }
div.DivClassName
{
background-color: #232223;
}
.BgClassName
{
background-color: #232223;
}
</style>
border-color css
<style>
span { border-color: #232223; }
span { border-color: rgb(35,34,35); }
td.TdClassName
{
border-color: #232223;
}
.TagClassName
{
border-color: #232223;
}
</style>