Shades of Mardi Gras #230423
Tints of Mardi Gras #230423
RGB
CMYK
RGB Variations
Color information
#230423 (or 0x230423) is known color: Mardi Gras. HEX triplet: 23, 04 and 23. RGB value is (35,4,35). Sum of RGB (Red+Green+Blue) = 35+4+35=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230423 is #DCFBDC. Grayscale: #101010. Windows color (decimal): -14482397 or 2294819. OLE color: 2294819.
HSL color Cylindrical-coordinate representation of color #230423: hue angle of 300º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230423 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 35 | - |
| CMYK | 0 | 0.89 | 0 | 0.86 |
| HSL | 300º | 0.79% | 0.08% | - |
| HSV(B) | 300º | 0.89% | 0.14% | - |
| XYZ | 1.04 | 0.57 | 1.64 | - |
| YUV | 16.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 35 | 0 | 0.89 | 0 | 0.86 | 300 | 0.79 | 0.08 |
| Hex | 23 | 4 | 23 | 0 | 59 | 0 | 56 | 12C | 4F | 8 |
| Octal | 43 | 4 | 43 | 0 | 131 | 0 | 126 | 454 | 117 | 10 |
| Binary | 100011 | 100 | 100011 | 0 | 1011001 | 0 | 1010110 | 100101100 | 1001111 | 1000 |
Color Harmonies of #230423
Complementary color
Monochromatic Colors of #230423
Black with #230423
Text Example
Text Example
White with #230423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230423; }
p { color: rgb(35,4,35); }
H1.HeaderClassName
{
color: #230423;
}
.AnyTagClassName
{
color: #230423;
}
</style>
background-color css
<style>
a { background-color: #230423; }
a { background-color: rgb(35,4,35); }
div.DivClassName
{
background-color: #230423;
}
.BgClassName
{
background-color: #230423;
}
</style>
border-color css
<style>
span { border-color: #230423; }
span { border-color: rgb(35,4,35); }
td.TdClassName
{
border-color: #230423;
}
.TagClassName
{
border-color: #230423;
}
</style>