Shades of Mardi Gras #230D24
Tints of Mardi Gras #230D24
RGB
CMYK
RGB Variations
Color information
#230D24 (or 0x230D24) is known color: Mardi Gras. HEX triplet: 23, 0D and 24. RGB value is (35,13,36). Sum of RGB (Red+Green+Blue) = 35+13+36=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #230D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D24 is #DCF2DB. Grayscale: #161616. Windows color (decimal): -14480092 or 2362659. OLE color: 2362659.
HSL color Cylindrical-coordinate representation of color #230D24: hue angle of 297.39º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #230D24 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 36 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.86 |
| HSL | 297.39º | 0.47% | 0.1% | - |
| HSV(B) | 297.39º | 0.64% | 0.14% | - |
| XYZ | 1.16 | 0.77 | 1.76 | - |
| YUV | 22.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 36 | 0.03 | 0.64 | 0 | 0.86 | 297.39 | 0.47 | 0.1 |
| Hex | 23 | D | 24 | 3 | 40 | 0 | 56 | 129 | 2F | A |
| Octal | 43 | 15 | 44 | 3 | 100 | 0 | 126 | 451 | 57 | 12 |
| Binary | 100011 | 1101 | 100100 | 11 | 1000000 | 0 | 1010110 | 100101001 | 101111 | 1010 |
Color Harmonies of #230D24
Complementary color
Monochromatic Colors of #230D24
Black with #230D24
Text Example
Text Example
White with #230D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D24; }
p { color: rgb(35,13,36); }
H1.HeaderClassName
{
color: #230D24;
}
.AnyTagClassName
{
color: #230D24;
}
</style>
background-color css
<style>
a { background-color: #230D24; }
a { background-color: rgb(35,13,36); }
div.DivClassName
{
background-color: #230D24;
}
.BgClassName
{
background-color: #230D24;
}
</style>
border-color css
<style>
span { border-color: #230D24; }
span { border-color: rgb(35,13,36); }
td.TdClassName
{
border-color: #230D24;
}
.TagClassName
{
border-color: #230D24;
}
</style>