Shades of Mardi Gras #230121
Tints of Mardi Gras #230121
RGB
CMYK
RGB Variations
Color information
#230121 (or 0x230121) is known color: Mardi Gras. HEX triplet: 23, 01 and 21. RGB value is (35,1,33). Sum of RGB (Red+Green+Blue) = 35+1+33=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230121 is #DCFEDE. Grayscale: #0E0E0E. Windows color (decimal): -14483167 or 2162979. OLE color: 2162979.
HSL color Cylindrical-coordinate representation of color #230121: hue angle of 303.53º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230121 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 1 | 33 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.86 |
| HSL | 303.53º | 0.94% | 0.07% | - |
| HSV(B) | 303.53º | 0.97% | 0.14% | - |
| XYZ | 0.98 | 0.49 | 1.48 | - |
| YUV | 14.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 33 | 0 | 0.97 | 0.06 | 0.86 | 303.53 | 0.94 | 0.07 |
| Hex | 23 | 1 | 21 | 0 | 61 | 6 | 56 | 130 | 5E | 7 |
| Octal | 43 | 1 | 41 | 0 | 141 | 6 | 126 | 460 | 136 | 7 |
| Binary | 100011 | 1 | 100001 | 0 | 1100001 | 110 | 1010110 | 100110000 | 1011110 | 111 |
Color Harmonies of #230121
Complementary color
Monochromatic Colors of #230121
Black with #230121
Text Example
Text Example
White with #230121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230121; }
p { color: rgb(35,1,33); }
H1.HeaderClassName
{
color: #230121;
}
.AnyTagClassName
{
color: #230121;
}
</style>
background-color css
<style>
a { background-color: #230121; }
a { background-color: rgb(35,1,33); }
div.DivClassName
{
background-color: #230121;
}
.BgClassName
{
background-color: #230121;
}
</style>
border-color css
<style>
span { border-color: #230121; }
span { border-color: rgb(35,1,33); }
td.TdClassName
{
border-color: #230121;
}
.TagClassName
{
border-color: #230121;
}
</style>