Shades of Mardi Gras #230821
Tints of Mardi Gras #230821
RGB
CMYK
RGB Variations
Color information
#230821 (or 0x230821) is known color: Mardi Gras. HEX triplet: 23, 08 and 21. RGB value is (35,8,33). Sum of RGB (Red+Green+Blue) = 35+8+33=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230821 is #DCF7DE. Grayscale: #121212. Windows color (decimal): -14481375 or 2164771. OLE color: 2164771.
HSL color Cylindrical-coordinate representation of color #230821: hue angle of 304.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230821 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 8 | 33 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.86 |
| HSL | 304.44º | 0.63% | 0.08% | - |
| HSV(B) | 304.44º | 0.77% | 0.14% | - |
| XYZ | 1.05 | 0.64 | 1.51 | - |
| YUV | 18.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 33 | 0 | 0.77 | 0.06 | 0.86 | 304.44 | 0.63 | 0.08 |
| Hex | 23 | 8 | 21 | 0 | 4D | 6 | 56 | 130 | 3F | 8 |
| Octal | 43 | 10 | 41 | 0 | 115 | 6 | 126 | 460 | 77 | 10 |
| Binary | 100011 | 1000 | 100001 | 0 | 1001101 | 110 | 1010110 | 100110000 | 111111 | 1000 |
Color Harmonies of #230821
Complementary color
Monochromatic Colors of #230821
Black with #230821
Text Example
Text Example
White with #230821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230821; }
p { color: rgb(35,8,33); }
H1.HeaderClassName
{
color: #230821;
}
.AnyTagClassName
{
color: #230821;
}
</style>
background-color css
<style>
a { background-color: #230821; }
a { background-color: rgb(35,8,33); }
div.DivClassName
{
background-color: #230821;
}
.BgClassName
{
background-color: #230821;
}
</style>
border-color css
<style>
span { border-color: #230821; }
span { border-color: rgb(35,8,33); }
td.TdClassName
{
border-color: #230821;
}
.TagClassName
{
border-color: #230821;
}
</style>