Shades of Mardi Gras #250B28
Tints of Mardi Gras #250B28
RGB
CMYK
RGB Variations
Color information
#250B28 (or 0x250B28) is known color: Mardi Gras. HEX triplet: 25, 0B and 28. RGB value is (37,11,40). Sum of RGB (Red+Green+Blue) = 37+11+40=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #250B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B28 is #DAF4D7. Grayscale: #151515. Windows color (decimal): -14349528 or 2624293. OLE color: 2624293.
HSL color Cylindrical-coordinate representation of color #250B28: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250B28 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 11 | 40 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.84 |
| HSL | 293.79º | 0.57% | 0.1% | - |
| HSV(B) | 293.79º | 0.73% | 0.16% | - |
| XYZ | 1.27 | 0.79 | 2.09 | - |
| YUV | 22.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 40 | 0.07 | 0.72 | 0 | 0.84 | 293.79 | 0.57 | 0.1 |
| Hex | 25 | B | 28 | 7 | 48 | 0 | 54 | 126 | 39 | A |
| Octal | 45 | 13 | 50 | 7 | 110 | 0 | 124 | 446 | 71 | 12 |
| Binary | 100101 | 1011 | 101000 | 111 | 1001000 | 0 | 1010100 | 100100110 | 111001 | 1010 |
Color Harmonies of #250B28
Complementary color
Monochromatic Colors of #250B28
Black with #250B28
Text Example
Text Example
White with #250B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B28; }
p { color: rgb(37,11,40); }
H1.HeaderClassName
{
color: #250B28;
}
.AnyTagClassName
{
color: #250B28;
}
</style>
background-color css
<style>
a { background-color: #250B28; }
a { background-color: rgb(37,11,40); }
div.DivClassName
{
background-color: #250B28;
}
.BgClassName
{
background-color: #250B28;
}
</style>
border-color css
<style>
span { border-color: #250B28; }
span { border-color: rgb(37,11,40); }
td.TdClassName
{
border-color: #250B28;
}
.TagClassName
{
border-color: #250B28;
}
</style>