Shades of Mardi Gras #2B082D
Tints of Mardi Gras #2B082D
RGB
CMYK
RGB Variations
Color information
#2B082D (or 0x2B082D) is known color: Mardi Gras. HEX triplet: 2B, 08 and 2D. RGB value is (43,8,45). Sum of RGB (Red+Green+Blue) = 43+8+45=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B082D is #D4F7D2. Grayscale: #161616. Windows color (decimal): -13957075 or 2951211. OLE color: 2951211.
HSL color Cylindrical-coordinate representation of color #2B082D: hue angle of 296.76º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B082D is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 8 | 45 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.82 |
| HSL | 296.76º | 0.7% | 0.1% | - |
| HSV(B) | 296.76º | 0.82% | 0.18% | - |
| XYZ | 1.56 | 0.88 | 2.57 | - |
| YUV | 22.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 45 | 0.04 | 0.82 | 0 | 0.82 | 296.76 | 0.7 | 0.1 |
| Hex | 2B | 8 | 2D | 4 | 52 | 0 | 52 | 129 | 46 | A |
| Octal | 53 | 10 | 55 | 4 | 122 | 0 | 122 | 451 | 106 | 12 |
| Binary | 101011 | 1000 | 101101 | 100 | 1010010 | 0 | 1010010 | 100101001 | 1000110 | 1010 |
Color Harmonies of #2B082D
Complementary color
Monochromatic Colors of #2B082D
Black with #2B082D
Text Example
Text Example
White with #2B082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B082D; }
p { color: rgb(43,8,45); }
H1.HeaderClassName
{
color: #2B082D;
}
.AnyTagClassName
{
color: #2B082D;
}
</style>
background-color css
<style>
a { background-color: #2B082D; }
a { background-color: rgb(43,8,45); }
div.DivClassName
{
background-color: #2B082D;
}
.BgClassName
{
background-color: #2B082D;
}
</style>
border-color css
<style>
span { border-color: #2B082D; }
span { border-color: rgb(43,8,45); }
td.TdClassName
{
border-color: #2B082D;
}
.TagClassName
{
border-color: #2B082D;
}
</style>