Shades of Mardi Gras #230426
Tints of Mardi Gras #230426
RGB
CMYK
RGB Variations
Color information
#230426 (or 0x230426) is known color: Mardi Gras. HEX triplet: 23, 04 and 26. RGB value is (35,4,38). Sum of RGB (Red+Green+Blue) = 35+4+38=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #230426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230426 is #DCFBD9. Grayscale: #111111. Windows color (decimal): -14482394 or 2491427. OLE color: 2491427.
HSL color Cylindrical-coordinate representation of color #230426: hue angle of 294.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230426 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 4 | 38 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.85 |
| HSL | 294.71º | 0.81% | 0.08% | - |
| HSV(B) | 294.71º | 0.89% | 0.15% | - |
| XYZ | 1.09 | 0.58 | 1.89 | - |
| YUV | 17.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 38 | 0.08 | 0.89 | 0 | 0.85 | 294.71 | 0.81 | 0.08 |
| Hex | 23 | 4 | 26 | 8 | 59 | 0 | 55 | 127 | 51 | 8 |
| Octal | 43 | 4 | 46 | 10 | 131 | 0 | 125 | 447 | 121 | 10 |
| Binary | 100011 | 100 | 100110 | 1000 | 1011001 | 0 | 1010101 | 100100111 | 1010001 | 1000 |
Color Harmonies of #230426
Complementary color
Monochromatic Colors of #230426
Black with #230426
Text Example
Text Example
White with #230426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230426; }
p { color: rgb(35,4,38); }
H1.HeaderClassName
{
color: #230426;
}
.AnyTagClassName
{
color: #230426;
}
</style>
background-color css
<style>
a { background-color: #230426; }
a { background-color: rgb(35,4,38); }
div.DivClassName
{
background-color: #230426;
}
.BgClassName
{
background-color: #230426;
}
</style>
border-color css
<style>
span { border-color: #230426; }
span { border-color: rgb(35,4,38); }
td.TdClassName
{
border-color: #230426;
}
.TagClassName
{
border-color: #230426;
}
</style>