Shades of Mardi Gras #230321
Tints of Mardi Gras #230321
RGB
CMYK
RGB Variations
Color information
#230321 (or 0x230321) is known color: Mardi Gras. HEX triplet: 23, 03 and 21. RGB value is (35,3,33). Sum of RGB (Red+Green+Blue) = 35+3+33=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230321 is #DCFCDE. Grayscale: #0F0F0F. Windows color (decimal): -14482655 or 2163491. OLE color: 2163491.
HSL color Cylindrical-coordinate representation of color #230321: hue angle of 303.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230321 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 33 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.86 |
| HSL | 303.75º | 0.84% | 0.07% | - |
| HSV(B) | 303.75º | 0.91% | 0.14% | - |
| XYZ | 1 | 0.53 | 1.49 | - |
| YUV | 15.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 33 | 0 | 0.91 | 0.06 | 0.86 | 303.75 | 0.84 | 0.07 |
| Hex | 23 | 3 | 21 | 0 | 5B | 6 | 56 | 130 | 54 | 7 |
| Octal | 43 | 3 | 41 | 0 | 133 | 6 | 126 | 460 | 124 | 7 |
| Binary | 100011 | 11 | 100001 | 0 | 1011011 | 110 | 1010110 | 100110000 | 1010100 | 111 |
Color Harmonies of #230321
Complementary color
Monochromatic Colors of #230321
Black with #230321
Text Example
Text Example
White with #230321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230321; }
p { color: rgb(35,3,33); }
H1.HeaderClassName
{
color: #230321;
}
.AnyTagClassName
{
color: #230321;
}
</style>
background-color css
<style>
a { background-color: #230321; }
a { background-color: rgb(35,3,33); }
div.DivClassName
{
background-color: #230321;
}
.BgClassName
{
background-color: #230321;
}
</style>
border-color css
<style>
span { border-color: #230321; }
span { border-color: rgb(35,3,33); }
td.TdClassName
{
border-color: #230321;
}
.TagClassName
{
border-color: #230321;
}
</style>