Shades of Mardi Gras #250B21
Tints of Mardi Gras #250B21
RGB
CMYK
RGB Variations
Color information
#250B21 (or 0x250B21) is known color: Mardi Gras. HEX triplet: 25, 0B and 21. RGB value is (37,11,33). Sum of RGB (Red+Green+Blue) = 37+11+33=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B21 is #DAF4DE. Grayscale: #151515. Windows color (decimal): -14349535 or 2165541. OLE color: 2165541.
HSL color Cylindrical-coordinate representation of color #250B21: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B21 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 33 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.85 |
| HSL | 309.23º | 0.54% | 0.09% | - |
| HSV(B) | 309.23º | 0.7% | 0.15% | - |
| XYZ | 1.16 | 0.74 | 1.52 | - |
| YUV | 21.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 33 | 0 | 0.70 | 0.11 | 0.85 | 309.23 | 0.54 | 0.09 |
| Hex | 25 | B | 21 | 0 | 46 | B | 55 | 135 | 36 | 9 |
| Octal | 45 | 13 | 41 | 0 | 106 | 13 | 125 | 465 | 66 | 11 |
| Binary | 100101 | 1011 | 100001 | 0 | 1000110 | 1011 | 1010101 | 100110101 | 110110 | 1001 |
Color Harmonies of #250B21
Complementary color
Monochromatic Colors of #250B21
Black with #250B21
Text Example
Text Example
White with #250B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B21; }
p { color: rgb(37,11,33); }
H1.HeaderClassName
{
color: #250B21;
}
.AnyTagClassName
{
color: #250B21;
}
</style>
background-color css
<style>
a { background-color: #250B21; }
a { background-color: rgb(37,11,33); }
div.DivClassName
{
background-color: #250B21;
}
.BgClassName
{
background-color: #250B21;
}
</style>
border-color css
<style>
span { border-color: #250B21; }
span { border-color: rgb(37,11,33); }
td.TdClassName
{
border-color: #250B21;
}
.TagClassName
{
border-color: #250B21;
}
</style>