Shades of Mardi Gras #230721
Tints of Mardi Gras #230721
RGB
CMYK
RGB Variations
Color information
#230721 (or 0x230721) is known color: Mardi Gras. HEX triplet: 23, 07 and 21. RGB value is (35,7,33). Sum of RGB (Red+Green+Blue) = 35+7+33=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230721 is #DCF8DE. Grayscale: #121212. Windows color (decimal): -14481631 or 2164515. OLE color: 2164515.
HSL color Cylindrical-coordinate representation of color #230721: hue angle of 304.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230721 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 33 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.86 |
| HSL | 304.29º | 0.67% | 0.08% | - |
| HSV(B) | 304.29º | 0.8% | 0.14% | - |
| XYZ | 1.04 | 0.62 | 1.5 | - |
| YUV | 18.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 33 | 0 | 0.80 | 0.06 | 0.86 | 304.29 | 0.67 | 0.08 |
| Hex | 23 | 7 | 21 | 0 | 50 | 6 | 56 | 130 | 43 | 8 |
| Octal | 43 | 7 | 41 | 0 | 120 | 6 | 126 | 460 | 103 | 10 |
| Binary | 100011 | 111 | 100001 | 0 | 1010000 | 110 | 1010110 | 100110000 | 1000011 | 1000 |
Color Harmonies of #230721
Complementary color
Monochromatic Colors of #230721
Black with #230721
Text Example
Text Example
White with #230721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230721; }
p { color: rgb(35,7,33); }
H1.HeaderClassName
{
color: #230721;
}
.AnyTagClassName
{
color: #230721;
}
</style>
background-color css
<style>
a { background-color: #230721; }
a { background-color: rgb(35,7,33); }
div.DivClassName
{
background-color: #230721;
}
.BgClassName
{
background-color: #230721;
}
</style>
border-color css
<style>
span { border-color: #230721; }
span { border-color: rgb(35,7,33); }
td.TdClassName
{
border-color: #230721;
}
.TagClassName
{
border-color: #230721;
}
</style>