Shades of Mardi Gras #230226
Tints of Mardi Gras #230226
RGB
CMYK
RGB Variations
Color information
#230226 (or 0x230226) is known color: Mardi Gras. HEX triplet: 23, 02 and 26. RGB value is (35,2,38). Sum of RGB (Red+Green+Blue) = 35+2+38=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #230226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230226 is #DCFDD9. Grayscale: #0F0F0F. Windows color (decimal): -14482906 or 2490915. OLE color: 2490915.
HSL color Cylindrical-coordinate representation of color #230226: hue angle of 295º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230226 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 2 | 38 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.85 |
| HSL | 295º | 0.9% | 0.08% | - |
| HSV(B) | 295º | 0.95% | 0.15% | - |
| XYZ | 1.06 | 0.54 | 1.88 | - |
| YUV | 15.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 38 | 0.08 | 0.95 | 0 | 0.85 | 295 | 0.9 | 0.08 |
| Hex | 23 | 2 | 26 | 8 | 5F | 0 | 55 | 127 | 5A | 8 |
| Octal | 43 | 2 | 46 | 10 | 137 | 0 | 125 | 447 | 132 | 10 |
| Binary | 100011 | 10 | 100110 | 1000 | 1011111 | 0 | 1010101 | 100100111 | 1011010 | 1000 |
Color Harmonies of #230226
Complementary color
Monochromatic Colors of #230226
Black with #230226
Text Example
Text Example
White with #230226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230226; }
p { color: rgb(35,2,38); }
H1.HeaderClassName
{
color: #230226;
}
.AnyTagClassName
{
color: #230226;
}
</style>
background-color css
<style>
a { background-color: #230226; }
a { background-color: rgb(35,2,38); }
div.DivClassName
{
background-color: #230226;
}
.BgClassName
{
background-color: #230226;
}
</style>
border-color css
<style>
span { border-color: #230226; }
span { border-color: rgb(35,2,38); }
td.TdClassName
{
border-color: #230226;
}
.TagClassName
{
border-color: #230226;
}
</style>