Shades of Mardi Gras #230621
Tints of Mardi Gras #230621
RGB
CMYK
RGB Variations
Color information
#230621 (or 0x230621) is known color: Mardi Gras. HEX triplet: 23, 06 and 21. RGB value is (35,6,33). Sum of RGB (Red+Green+Blue) = 35+6+33=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230621 is #DCF9DE. Grayscale: #111111. Windows color (decimal): -14481887 or 2164259. OLE color: 2164259.
HSL color Cylindrical-coordinate representation of color #230621: hue angle of 304.14º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230621 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 6 | 33 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.86 |
| HSL | 304.14º | 0.71% | 0.08% | - |
| HSV(B) | 304.14º | 0.83% | 0.14% | - |
| XYZ | 1.03 | 0.6 | 1.5 | - |
| YUV | 17.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 33 | 0 | 0.83 | 0.06 | 0.86 | 304.14 | 0.71 | 0.08 |
| Hex | 23 | 6 | 21 | 0 | 53 | 6 | 56 | 130 | 47 | 8 |
| Octal | 43 | 6 | 41 | 0 | 123 | 6 | 126 | 460 | 107 | 10 |
| Binary | 100011 | 110 | 100001 | 0 | 1010011 | 110 | 1010110 | 100110000 | 1000111 | 1000 |
Color Harmonies of #230621
Complementary color
Monochromatic Colors of #230621
Black with #230621
Text Example
Text Example
White with #230621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230621; }
p { color: rgb(35,6,33); }
H1.HeaderClassName
{
color: #230621;
}
.AnyTagClassName
{
color: #230621;
}
</style>
background-color css
<style>
a { background-color: #230621; }
a { background-color: rgb(35,6,33); }
div.DivClassName
{
background-color: #230621;
}
.BgClassName
{
background-color: #230621;
}
</style>
border-color css
<style>
span { border-color: #230621; }
span { border-color: rgb(35,6,33); }
td.TdClassName
{
border-color: #230621;
}
.TagClassName
{
border-color: #230621;
}
</style>