Shades of Mardi Gras #280B27
Tints of Mardi Gras #280B27
RGB
CMYK
RGB Variations
Color information
#280B27 (or 0x280B27) is known color: Mardi Gras. HEX triplet: 28, 0B and 27. RGB value is (40,11,39). Sum of RGB (Red+Green+Blue) = 40+11+39=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #280B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B27 is #D7F4D8. Grayscale: #161616. Windows color (decimal): -14152921 or 2558760. OLE color: 2558760.
HSL color Cylindrical-coordinate representation of color #280B27: hue angle of 302.07º 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 #280B27 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 39 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.84 |
| HSL | 302.07º | 0.57% | 0.1% | - |
| HSV(B) | 302.07º | 0.73% | 0.16% | - |
| XYZ | 1.36 | 0.84 | 2.01 | - |
| YUV | 22.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 39 | 0 | 0.72 | 0.02 | 0.84 | 302.07 | 0.57 | 0.1 |
| Hex | 28 | B | 27 | 0 | 48 | 2 | 54 | 12E | 39 | A |
| Octal | 50 | 13 | 47 | 0 | 110 | 2 | 124 | 456 | 71 | 12 |
| Binary | 101000 | 1011 | 100111 | 0 | 1001000 | 10 | 1010100 | 100101110 | 111001 | 1010 |
Color Harmonies of #280B27
Complementary color
Monochromatic Colors of #280B27
Black with #280B27
Text Example
Text Example
White with #280B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B27; }
p { color: rgb(40,11,39); }
H1.HeaderClassName
{
color: #280B27;
}
.AnyTagClassName
{
color: #280B27;
}
</style>
background-color css
<style>
a { background-color: #280B27; }
a { background-color: rgb(40,11,39); }
div.DivClassName
{
background-color: #280B27;
}
.BgClassName
{
background-color: #280B27;
}
</style>
border-color css
<style>
span { border-color: #280B27; }
span { border-color: rgb(40,11,39); }
td.TdClassName
{
border-color: #280B27;
}
.TagClassName
{
border-color: #280B27;
}
</style>