Shades of Mardi Gras #230924
Tints of Mardi Gras #230924
RGB
CMYK
RGB Variations
Color information
#230924 (or 0x230924) is known color: Mardi Gras. HEX triplet: 23, 09 and 24. RGB value is (35,9,36). Sum of RGB (Red+Green+Blue) = 35+9+36=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #230924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230924 is #DCF6DB. Grayscale: #131313. Windows color (decimal): -14481116 or 2361635. OLE color: 2361635.
HSL color Cylindrical-coordinate representation of color #230924: hue angle of 297.78º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #230924 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 9 | 36 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.86 |
| HSL | 297.78º | 0.6% | 0.09% | - |
| HSV(B) | 297.78º | 0.75% | 0.14% | - |
| XYZ | 1.11 | 0.68 | 1.74 | - |
| YUV | 19.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 36 | 0.03 | 0.75 | 0 | 0.86 | 297.78 | 0.6 | 0.09 |
| Hex | 23 | 9 | 24 | 3 | 4B | 0 | 56 | 12A | 3C | 9 |
| Octal | 43 | 11 | 44 | 3 | 113 | 0 | 126 | 452 | 74 | 11 |
| Binary | 100011 | 1001 | 100100 | 11 | 1001011 | 0 | 1010110 | 100101010 | 111100 | 1001 |
Color Harmonies of #230924
Complementary color
Monochromatic Colors of #230924
Black with #230924
Text Example
Text Example
White with #230924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230924; }
p { color: rgb(35,9,36); }
H1.HeaderClassName
{
color: #230924;
}
.AnyTagClassName
{
color: #230924;
}
</style>
background-color css
<style>
a { background-color: #230924; }
a { background-color: rgb(35,9,36); }
div.DivClassName
{
background-color: #230924;
}
.BgClassName
{
background-color: #230924;
}
</style>
border-color css
<style>
span { border-color: #230924; }
span { border-color: rgb(35,9,36); }
td.TdClassName
{
border-color: #230924;
}
.TagClassName
{
border-color: #230924;
}
</style>