Shades of Mardi Gras #23001D
Tints of Mardi Gras #23001D
RGB
CMYK
RGB Variations
Color information
#23001D (or 0x23001D) is known color: Mardi Gras. HEX triplet: 23, 00 and 1D. RGB value is (35,0,29). Sum of RGB (Red+Green+Blue) = 35+0+29=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #23001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001D is #DCFFE2. Grayscale: #0D0D0D. Windows color (decimal): -14483427 or 1900579. OLE color: 1900579.
HSL color Cylindrical-coordinate representation of color #23001D: hue angle of 310.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23001D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.17 | 0.86 |
| HSL | 310.29º | 1% | 0.07% | - |
| HSV(B) | 310.29º | 1% | 0.14% | - |
| XYZ | 0.91 | 0.45 | 1.2 | - |
| YUV | 13.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 29 | 0 | 1 | 0.17 | 0.86 | 310.29 | 1 | 0.07 |
| Hex | 23 | 0 | 1D | 0 | 64 | 11 | 56 | 136 | 64 | 7 |
| Octal | 43 | 0 | 35 | 0 | 144 | 21 | 126 | 466 | 144 | 7 |
| Binary | 100011 | 0 | 11101 | 0 | 1100100 | 10001 | 1010110 | 100110110 | 1100100 | 111 |
Color Harmonies of #23001D
Complementary color
Monochromatic Colors of #23001D
Black with #23001D
Text Example
Text Example
White with #23001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23001D; }
p { color: rgb(35,0,29); }
H1.HeaderClassName
{
color: #23001D;
}
.AnyTagClassName
{
color: #23001D;
}
</style>
background-color css
<style>
a { background-color: #23001D; }
a { background-color: rgb(35,0,29); }
div.DivClassName
{
background-color: #23001D;
}
.BgClassName
{
background-color: #23001D;
}
</style>
border-color css
<style>
span { border-color: #23001D; }
span { border-color: rgb(35,0,29); }
td.TdClassName
{
border-color: #23001D;
}
.TagClassName
{
border-color: #23001D;
}
</style>