Shades of Mardi Gras #231125
Tints of Mardi Gras #231125
RGB
CMYK
RGB Variations
Color information
#231125 (or 0x231125) is known color: Mardi Gras. HEX triplet: 23, 11 and 25. RGB value is (35,17,37). Sum of RGB (Red+Green+Blue) = 35+17+37=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #231125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231125 is #DCEEDA. Grayscale: #181818. Windows color (decimal): -14479067 or 2429219. OLE color: 2429219.
HSL color Cylindrical-coordinate representation of color #231125: hue angle of 294º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231125 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 17 | 37 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.85 |
| HSL | 294º | 0.37% | 0.11% | - |
| HSV(B) | 294º | 0.54% | 0.15% | - |
| XYZ | 1.23 | 0.89 | 1.86 | - |
| YUV | 24.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 37 | 0.05 | 0.54 | 0 | 0.85 | 294 | 0.37 | 0.11 |
| Hex | 23 | 11 | 25 | 5 | 36 | 0 | 55 | 126 | 25 | B |
| Octal | 43 | 21 | 45 | 5 | 66 | 0 | 125 | 446 | 45 | 13 |
| Binary | 100011 | 10001 | 100101 | 101 | 110110 | 0 | 1010101 | 100100110 | 100101 | 1011 |
Color Harmonies of #231125
Complementary color
Monochromatic Colors of #231125
Black with #231125
Text Example
Text Example
White with #231125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231125; }
p { color: rgb(35,17,37); }
H1.HeaderClassName
{
color: #231125;
}
.AnyTagClassName
{
color: #231125;
}
</style>
background-color css
<style>
a { background-color: #231125; }
a { background-color: rgb(35,17,37); }
div.DivClassName
{
background-color: #231125;
}
.BgClassName
{
background-color: #231125;
}
</style>
border-color css
<style>
span { border-color: #231125; }
span { border-color: rgb(35,17,37); }
td.TdClassName
{
border-color: #231125;
}
.TagClassName
{
border-color: #231125;
}
</style>