Shades of Mardi Gras #2B082A
Tints of Mardi Gras #2B082A
RGB
CMYK
RGB Variations
Color information
#2B082A (or 0x2B082A) is known color: Mardi Gras. HEX triplet: 2B, 08 and 2A. RGB value is (43,8,42). Sum of RGB (Red+Green+Blue) = 43+8+42=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B082A is #D4F7D5. Grayscale: #161616. Windows color (decimal): -13957078 or 2754603. OLE color: 2754603.
HSL color Cylindrical-coordinate representation of color #2B082A: hue angle of 301.71º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B082A is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 8 | 42 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.83 |
| HSL | 301.71º | 0.69% | 0.1% | - |
| HSV(B) | 301.71º | 0.81% | 0.17% | - |
| XYZ | 1.5 | 0.85 | 2.28 | - |
| YUV | 22.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 42 | 0 | 0.81 | 0.02 | 0.83 | 301.71 | 0.69 | 0.1 |
| Hex | 2B | 8 | 2A | 0 | 51 | 2 | 53 | 12E | 45 | A |
| Octal | 53 | 10 | 52 | 0 | 121 | 2 | 123 | 456 | 105 | 12 |
| Binary | 101011 | 1000 | 101010 | 0 | 1010001 | 10 | 1010011 | 100101110 | 1000101 | 1010 |
Color Harmonies of #2B082A
Complementary color
Monochromatic Colors of #2B082A
Black with #2B082A
Text Example
Text Example
White with #2B082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B082A; }
p { color: rgb(43,8,42); }
H1.HeaderClassName
{
color: #2B082A;
}
.AnyTagClassName
{
color: #2B082A;
}
</style>
background-color css
<style>
a { background-color: #2B082A; }
a { background-color: rgb(43,8,42); }
div.DivClassName
{
background-color: #2B082A;
}
.BgClassName
{
background-color: #2B082A;
}
</style>
border-color css
<style>
span { border-color: #2B082A; }
span { border-color: rgb(43,8,42); }
td.TdClassName
{
border-color: #2B082A;
}
.TagClassName
{
border-color: #2B082A;
}
</style>