Shades of Mardi Gras #280B25
Tints of Mardi Gras #280B25
RGB
CMYK
RGB Variations
Color information
#280B25 (or 0x280B25) is known color: Mardi Gras. HEX triplet: 28, 0B and 25. RGB value is (40,11,37). Sum of RGB (Red+Green+Blue) = 40+11+37=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #280B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B25 is #D7F4DA. Grayscale: #161616. Windows color (decimal): -14152923 or 2427688. OLE color: 2427688.
HSL color Cylindrical-coordinate representation of color #280B25: hue angle of 306.21º 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 #280B25 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 37 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.84 |
| HSL | 306.21º | 0.57% | 0.1% | - |
| HSV(B) | 306.21º | 0.73% | 0.16% | - |
| XYZ | 1.33 | 0.82 | 1.84 | - |
| YUV | 22.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 37 | 0 | 0.72 | 0.07 | 0.84 | 306.21 | 0.57 | 0.1 |
| Hex | 28 | B | 25 | 0 | 48 | 7 | 54 | 132 | 39 | A |
| Octal | 50 | 13 | 45 | 0 | 110 | 7 | 124 | 462 | 71 | 12 |
| Binary | 101000 | 1011 | 100101 | 0 | 1001000 | 111 | 1010100 | 100110010 | 111001 | 1010 |
Color Harmonies of #280B25
Complementary color
Monochromatic Colors of #280B25
Black with #280B25
Text Example
Text Example
White with #280B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B25; }
p { color: rgb(40,11,37); }
H1.HeaderClassName
{
color: #280B25;
}
.AnyTagClassName
{
color: #280B25;
}
</style>
background-color css
<style>
a { background-color: #280B25; }
a { background-color: rgb(40,11,37); }
div.DivClassName
{
background-color: #280B25;
}
.BgClassName
{
background-color: #280B25;
}
</style>
border-color css
<style>
span { border-color: #280B25; }
span { border-color: rgb(40,11,37); }
td.TdClassName
{
border-color: #280B25;
}
.TagClassName
{
border-color: #280B25;
}
</style>