Shades of Mardi Gras #23021F
Tints of Mardi Gras #23021F
RGB
CMYK
RGB Variations
Color information
#23021F (or 0x23021F) is known color: Mardi Gras. HEX triplet: 23, 02 and 1F. RGB value is (35,2,31). Sum of RGB (Red+Green+Blue) = 35+2+31=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #23021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23021F is #DCFDE0. Grayscale: #0F0F0F. Windows color (decimal): -14482913 or 2032163. OLE color: 2032163.
HSL color Cylindrical-coordinate representation of color #23021F: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23021F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 31 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.86 |
| HSL | 307.27º | 0.89% | 0.07% | - |
| HSV(B) | 307.27º | 0.94% | 0.14% | - |
| XYZ | 0.96 | 0.5 | 1.34 | - |
| YUV | 15.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 31 | 0 | 0.94 | 0.11 | 0.86 | 307.27 | 0.89 | 0.07 |
| Hex | 23 | 2 | 1F | 0 | 5E | B | 56 | 133 | 59 | 7 |
| Octal | 43 | 2 | 37 | 0 | 136 | 13 | 126 | 463 | 131 | 7 |
| Binary | 100011 | 10 | 11111 | 0 | 1011110 | 1011 | 1010110 | 100110011 | 1011001 | 111 |
Color Harmonies of #23021F
Complementary color
Monochromatic Colors of #23021F
Black with #23021F
Text Example
Text Example
White with #23021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23021F; }
p { color: rgb(35,2,31); }
H1.HeaderClassName
{
color: #23021F;
}
.AnyTagClassName
{
color: #23021F;
}
</style>
background-color css
<style>
a { background-color: #23021F; }
a { background-color: rgb(35,2,31); }
div.DivClassName
{
background-color: #23021F;
}
.BgClassName
{
background-color: #23021F;
}
</style>
border-color css
<style>
span { border-color: #23021F; }
span { border-color: rgb(35,2,31); }
td.TdClassName
{
border-color: #23021F;
}
.TagClassName
{
border-color: #23021F;
}
</style>