Shades of Mardi Gras #230C21
Tints of Mardi Gras #230C21
RGB
CMYK
RGB Variations
Color information
#230C21 (or 0x230C21) is known color: Mardi Gras. HEX triplet: 23, 0C and 21. RGB value is (35,12,33). Sum of RGB (Red+Green+Blue) = 35+12+33=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #230C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C21 is #DCF3DE. Grayscale: #151515. Windows color (decimal): -14480351 or 2165795. OLE color: 2165795.
HSL color Cylindrical-coordinate representation of color #230C21: hue angle of 305.22º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #230C21 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 33 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.86 |
| HSL | 305.22º | 0.49% | 0.09% | - |
| HSV(B) | 305.22º | 0.66% | 0.14% | - |
| XYZ | 1.1 | 0.73 | 1.52 | - |
| YUV | 21.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 33 | 0 | 0.66 | 0.06 | 0.86 | 305.22 | 0.49 | 0.09 |
| Hex | 23 | C | 21 | 0 | 42 | 6 | 56 | 131 | 31 | 9 |
| Octal | 43 | 14 | 41 | 0 | 102 | 6 | 126 | 461 | 61 | 11 |
| Binary | 100011 | 1100 | 100001 | 0 | 1000010 | 110 | 1010110 | 100110001 | 110001 | 1001 |
Color Harmonies of #230C21
Complementary color
Monochromatic Colors of #230C21
Black with #230C21
Text Example
Text Example
White with #230C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C21; }
p { color: rgb(35,12,33); }
H1.HeaderClassName
{
color: #230C21;
}
.AnyTagClassName
{
color: #230C21;
}
</style>
background-color css
<style>
a { background-color: #230C21; }
a { background-color: rgb(35,12,33); }
div.DivClassName
{
background-color: #230C21;
}
.BgClassName
{
background-color: #230C21;
}
</style>
border-color css
<style>
span { border-color: #230C21; }
span { border-color: rgb(35,12,33); }
td.TdClassName
{
border-color: #230C21;
}
.TagClassName
{
border-color: #230C21;
}
</style>