Shades of Mardi Gras #230323
Tints of Mardi Gras #230323
RGB
CMYK
RGB Variations
Color information
#230323 (or 0x230323) is known color: Mardi Gras. HEX triplet: 23, 03 and 23. RGB value is (35,3,35). Sum of RGB (Red+Green+Blue) = 35+3+35=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230323 is #DCFCDC. Grayscale: #101010. Windows color (decimal): -14482653 or 2294563. OLE color: 2294563.
HSL color Cylindrical-coordinate representation of color #230323: hue angle of 300º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230323 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 35 | - |
| CMYK | 0 | 0.91 | 0 | 0.86 |
| HSL | 300º | 0.84% | 0.07% | - |
| HSV(B) | 300º | 0.91% | 0.14% | - |
| XYZ | 1.03 | 0.54 | 1.64 | - |
| YUV | 16.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 35 | 0 | 0.91 | 0 | 0.86 | 300 | 0.84 | 0.07 |
| Hex | 23 | 3 | 23 | 0 | 5B | 0 | 56 | 12C | 54 | 7 |
| Octal | 43 | 3 | 43 | 0 | 133 | 0 | 126 | 454 | 124 | 7 |
| Binary | 100011 | 11 | 100011 | 0 | 1011011 | 0 | 1010110 | 100101100 | 1010100 | 111 |
Color Harmonies of #230323
Complementary color
Monochromatic Colors of #230323
Black with #230323
Text Example
Text Example
White with #230323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230323; }
p { color: rgb(35,3,35); }
H1.HeaderClassName
{
color: #230323;
}
.AnyTagClassName
{
color: #230323;
}
</style>
background-color css
<style>
a { background-color: #230323; }
a { background-color: rgb(35,3,35); }
div.DivClassName
{
background-color: #230323;
}
.BgClassName
{
background-color: #230323;
}
</style>
border-color css
<style>
span { border-color: #230323; }
span { border-color: rgb(35,3,35); }
td.TdClassName
{
border-color: #230323;
}
.TagClassName
{
border-color: #230323;
}
</style>