Shades of Mardi Gras #23071E
Tints of Mardi Gras #23071E
RGB
CMYK
RGB Variations
Color information
#23071E (or 0x23071E) is known color: Mardi Gras. HEX triplet: 23, 07 and 1E. RGB value is (35,7,30). Sum of RGB (Red+Green+Blue) = 35+7+30=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23071E is #DCF8E1. Grayscale: #111111. Windows color (decimal): -14481634 or 1967907. OLE color: 1967907.
HSL color Cylindrical-coordinate representation of color #23071E: hue angle of 310.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23071E is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 30 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.86 |
| HSL | 310.71º | 0.67% | 0.08% | - |
| HSV(B) | 310.71º | 0.8% | 0.14% | - |
| XYZ | 1 | 0.6 | 1.29 | - |
| YUV | 17.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 30 | 0 | 0.80 | 0.14 | 0.86 | 310.71 | 0.67 | 0.08 |
| Hex | 23 | 7 | 1E | 0 | 50 | E | 56 | 137 | 43 | 8 |
| Octal | 43 | 7 | 36 | 0 | 120 | 16 | 126 | 467 | 103 | 10 |
| Binary | 100011 | 111 | 11110 | 0 | 1010000 | 1110 | 1010110 | 100110111 | 1000011 | 1000 |
Color Harmonies of #23071E
Complementary color
Monochromatic Colors of #23071E
Black with #23071E
Text Example
Text Example
White with #23071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23071E; }
p { color: rgb(35,7,30); }
H1.HeaderClassName
{
color: #23071E;
}
.AnyTagClassName
{
color: #23071E;
}
</style>
background-color css
<style>
a { background-color: #23071E; }
a { background-color: rgb(35,7,30); }
div.DivClassName
{
background-color: #23071E;
}
.BgClassName
{
background-color: #23071E;
}
</style>
border-color css
<style>
span { border-color: #23071E; }
span { border-color: rgb(35,7,30); }
td.TdClassName
{
border-color: #23071E;
}
.TagClassName
{
border-color: #23071E;
}
</style>