Shades of Mardi Gras #230A21
Tints of Mardi Gras #230A21
RGB
CMYK
RGB Variations
Color information
#230A21 (or 0x230A21) is known color: Mardi Gras. HEX triplet: 23, 0A and 21. RGB value is (35,10,33). Sum of RGB (Red+Green+Blue) = 35+10+33=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A21 is #DCF5DE. Grayscale: #141414. Windows color (decimal): -14480863 or 2165283. OLE color: 2165283.
HSL color Cylindrical-coordinate representation of color #230A21: hue angle of 304.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A21 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 33 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.86 |
| HSL | 304.8º | 0.56% | 0.09% | - |
| HSV(B) | 304.8º | 0.71% | 0.14% | - |
| XYZ | 1.08 | 0.68 | 1.51 | - |
| YUV | 20.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 33 | 0 | 0.71 | 0.06 | 0.86 | 304.8 | 0.56 | 0.09 |
| Hex | 23 | A | 21 | 0 | 47 | 6 | 56 | 131 | 38 | 9 |
| Octal | 43 | 12 | 41 | 0 | 107 | 6 | 126 | 461 | 70 | 11 |
| Binary | 100011 | 1010 | 100001 | 0 | 1000111 | 110 | 1010110 | 100110001 | 111000 | 1001 |
Color Harmonies of #230A21
Complementary color
Monochromatic Colors of #230A21
Black with #230A21
Text Example
Text Example
White with #230A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A21; }
p { color: rgb(35,10,33); }
H1.HeaderClassName
{
color: #230A21;
}
.AnyTagClassName
{
color: #230A21;
}
</style>
background-color css
<style>
a { background-color: #230A21; }
a { background-color: rgb(35,10,33); }
div.DivClassName
{
background-color: #230A21;
}
.BgClassName
{
background-color: #230A21;
}
</style>
border-color css
<style>
span { border-color: #230A21; }
span { border-color: rgb(35,10,33); }
td.TdClassName
{
border-color: #230A21;
}
.TagClassName
{
border-color: #230A21;
}
</style>