Shades of Mardi Gras #23041E
Tints of Mardi Gras #23041E
RGB
CMYK
RGB Variations
Color information
#23041E (or 0x23041E) is known color: Mardi Gras. HEX triplet: 23, 04 and 1E. RGB value is (35,4,30). Sum of RGB (Red+Green+Blue) = 35+4+30=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23041E is #DCFBE1. Grayscale: #101010. Windows color (decimal): -14482402 or 1967139. OLE color: 1967139.
HSL color Cylindrical-coordinate representation of color #23041E: hue angle of 309.68º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23041E is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 30 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.86 |
| HSL | 309.68º | 0.79% | 0.08% | - |
| HSV(B) | 309.68º | 0.89% | 0.14% | - |
| XYZ | 0.97 | 0.54 | 1.28 | - |
| YUV | 16.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 30 | 0 | 0.89 | 0.14 | 0.86 | 309.68 | 0.79 | 0.08 |
| Hex | 23 | 4 | 1E | 0 | 59 | E | 56 | 136 | 4F | 8 |
| Octal | 43 | 4 | 36 | 0 | 131 | 16 | 126 | 466 | 117 | 10 |
| Binary | 100011 | 100 | 11110 | 0 | 1011001 | 1110 | 1010110 | 100110110 | 1001111 | 1000 |
Color Harmonies of #23041E
Complementary color
Monochromatic Colors of #23041E
Black with #23041E
Text Example
Text Example
White with #23041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23041E; }
p { color: rgb(35,4,30); }
H1.HeaderClassName
{
color: #23041E;
}
.AnyTagClassName
{
color: #23041E;
}
</style>
background-color css
<style>
a { background-color: #23041E; }
a { background-color: rgb(35,4,30); }
div.DivClassName
{
background-color: #23041E;
}
.BgClassName
{
background-color: #23041E;
}
</style>
border-color css
<style>
span { border-color: #23041E; }
span { border-color: rgb(35,4,30); }
td.TdClassName
{
border-color: #23041E;
}
.TagClassName
{
border-color: #23041E;
}
</style>