Shades of Mardi Gras #231525
Tints of Mardi Gras #231525
RGB
CMYK
RGB Variations
Color information
#231525 (or 0x231525) is known color: Mardi Gras. HEX triplet: 23, 15 and 25. RGB value is (35,21,37). Sum of RGB (Red+Green+Blue) = 35+21+37=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #231525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231525 is #DCEADA. Grayscale: #1A1A1A. Windows color (decimal): -14478043 or 2430243. OLE color: 2430243.
HSL color Cylindrical-coordinate representation of color #231525: hue angle of 292.5º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231525 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 21 | 37 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.85 |
| HSL | 292.5º | 0.28% | 0.11% | - |
| HSV(B) | 292.5º | 0.43% | 0.15% | - |
| XYZ | 1.3 | 1.03 | 1.88 | - |
| YUV | 27.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 37 | 0.05 | 0.43 | 0 | 0.85 | 292.5 | 0.28 | 0.11 |
| Hex | 23 | 15 | 25 | 5 | 2B | 0 | 55 | 124 | 1C | B |
| Octal | 43 | 25 | 45 | 5 | 53 | 0 | 125 | 444 | 34 | 13 |
| Binary | 100011 | 10101 | 100101 | 101 | 101011 | 0 | 1010101 | 100100100 | 11100 | 1011 |
Color Harmonies of #231525
Complementary color
Monochromatic Colors of #231525
Black with #231525
Text Example
Text Example
White with #231525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231525; }
p { color: rgb(35,21,37); }
H1.HeaderClassName
{
color: #231525;
}
.AnyTagClassName
{
color: #231525;
}
</style>
background-color css
<style>
a { background-color: #231525; }
a { background-color: rgb(35,21,37); }
div.DivClassName
{
background-color: #231525;
}
.BgClassName
{
background-color: #231525;
}
</style>
border-color css
<style>
span { border-color: #231525; }
span { border-color: rgb(35,21,37); }
td.TdClassName
{
border-color: #231525;
}
.TagClassName
{
border-color: #231525;
}
</style>