Shades of Mardi Gras #230926
Tints of Mardi Gras #230926
RGB
CMYK
RGB Variations
Color information
#230926 (or 0x230926) is known color: Mardi Gras. HEX triplet: 23, 09 and 26. RGB value is (35,9,38). Sum of RGB (Red+Green+Blue) = 35+9+38=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #230926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230926 is #DCF6D9. Grayscale: #131313. Windows color (decimal): -14481114 or 2492707. OLE color: 2492707.
HSL color Cylindrical-coordinate representation of color #230926: hue angle of 293.79º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #230926 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 9 | 38 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.85 |
| HSL | 293.79º | 0.62% | 0.09% | - |
| HSV(B) | 293.79º | 0.76% | 0.15% | - |
| XYZ | 1.14 | 0.69 | 1.91 | - |
| YUV | 20.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 38 | 0.08 | 0.76 | 0 | 0.85 | 293.79 | 0.62 | 0.09 |
| Hex | 23 | 9 | 26 | 8 | 4C | 0 | 55 | 126 | 3E | 9 |
| Octal | 43 | 11 | 46 | 10 | 114 | 0 | 125 | 446 | 76 | 11 |
| Binary | 100011 | 1001 | 100110 | 1000 | 1001100 | 0 | 1010101 | 100100110 | 111110 | 1001 |
Color Harmonies of #230926
Complementary color
Monochromatic Colors of #230926
Black with #230926
Text Example
Text Example
White with #230926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230926; }
p { color: rgb(35,9,38); }
H1.HeaderClassName
{
color: #230926;
}
.AnyTagClassName
{
color: #230926;
}
</style>
background-color css
<style>
a { background-color: #230926; }
a { background-color: rgb(35,9,38); }
div.DivClassName
{
background-color: #230926;
}
.BgClassName
{
background-color: #230926;
}
</style>
border-color css
<style>
span { border-color: #230926; }
span { border-color: rgb(35,9,38); }
td.TdClassName
{
border-color: #230926;
}
.TagClassName
{
border-color: #230926;
}
</style>