Shades of Mardi Gras #23031D
Tints of Mardi Gras #23031D
RGB
CMYK
RGB Variations
Color information
#23031D (or 0x23031D) is known color: Mardi Gras. HEX triplet: 23, 03 and 1D. RGB value is (35,3,29). Sum of RGB (Red+Green+Blue) = 35+3+29=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23031D is #DCFCE2. Grayscale: #0F0F0F. Windows color (decimal): -14482659 or 1901347. OLE color: 1901347.
HSL color Cylindrical-coordinate representation of color #23031D: hue angle of 311.25º 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 #23031D is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 29 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.86 |
| HSL | 311.25º | 0.84% | 0.07% | - |
| HSV(B) | 311.25º | 0.91% | 0.14% | - |
| XYZ | 0.95 | 0.51 | 1.21 | - |
| YUV | 15.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 29 | 0 | 0.91 | 0.17 | 0.86 | 311.25 | 0.84 | 0.07 |
| Hex | 23 | 3 | 1D | 0 | 5B | 11 | 56 | 137 | 54 | 7 |
| Octal | 43 | 3 | 35 | 0 | 133 | 21 | 126 | 467 | 124 | 7 |
| Binary | 100011 | 11 | 11101 | 0 | 1011011 | 10001 | 1010110 | 100110111 | 1010100 | 111 |
Color Harmonies of #23031D
Complementary color
Monochromatic Colors of #23031D
Black with #23031D
Text Example
Text Example
White with #23031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23031D; }
p { color: rgb(35,3,29); }
H1.HeaderClassName
{
color: #23031D;
}
.AnyTagClassName
{
color: #23031D;
}
</style>
background-color css
<style>
a { background-color: #23031D; }
a { background-color: rgb(35,3,29); }
div.DivClassName
{
background-color: #23031D;
}
.BgClassName
{
background-color: #23031D;
}
</style>
border-color css
<style>
span { border-color: #23031D; }
span { border-color: rgb(35,3,29); }
td.TdClassName
{
border-color: #23031D;
}
.TagClassName
{
border-color: #23031D;
}
</style>