Shades of Mardi Gras #280B2B
Tints of Mardi Gras #280B2B
RGB
CMYK
RGB Variations
Color information
#280B2B (or 0x280B2B) is known color: Mardi Gras. HEX triplet: 28, 0B and 2B. RGB value is (40,11,43). Sum of RGB (Red+Green+Blue) = 40+11+43=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #280B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B2B is #D7F4D4. Grayscale: #171717. Windows color (decimal): -14152917 or 2820904. OLE color: 2820904.
HSL color Cylindrical-coordinate representation of color #280B2B: hue angle of 294.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #280B2B is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 11 | 43 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.83 |
| HSL | 294.38º | 0.59% | 0.11% | - |
| HSV(B) | 294.38º | 0.74% | 0.17% | - |
| XYZ | 1.43 | 0.86 | 2.38 | - |
| YUV | 23.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 43 | 0.07 | 0.74 | 0 | 0.83 | 294.38 | 0.59 | 0.11 |
| Hex | 28 | B | 2B | 7 | 4A | 0 | 53 | 126 | 3B | B |
| Octal | 50 | 13 | 53 | 7 | 112 | 0 | 123 | 446 | 73 | 13 |
| Binary | 101000 | 1011 | 101011 | 111 | 1001010 | 0 | 1010011 | 100100110 | 111011 | 1011 |
Color Harmonies of #280B2B
Complementary color
Monochromatic Colors of #280B2B
Black with #280B2B
Text Example
Text Example
White with #280B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B2B; }
p { color: rgb(40,11,43); }
H1.HeaderClassName
{
color: #280B2B;
}
.AnyTagClassName
{
color: #280B2B;
}
</style>
background-color css
<style>
a { background-color: #280B2B; }
a { background-color: rgb(40,11,43); }
div.DivClassName
{
background-color: #280B2B;
}
.BgClassName
{
background-color: #280B2B;
}
</style>
border-color css
<style>
span { border-color: #280B2B; }
span { border-color: rgb(40,11,43); }
td.TdClassName
{
border-color: #280B2B;
}
.TagClassName
{
border-color: #280B2B;
}
</style>