Shades of Mardi Gras #2B082F
Tints of Mardi Gras #2B082F
RGB
CMYK
RGB Variations
Color information
#2B082F (or 0x2B082F) is known color: Mardi Gras. HEX triplet: 2B, 08 and 2F. RGB value is (43,8,47). Sum of RGB (Red+Green+Blue) = 43+8+47=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B082F is #D4F7D0. Grayscale: #161616. Windows color (decimal): -13957073 or 3082283. OLE color: 3082283.
HSL color Cylindrical-coordinate representation of color #2B082F: hue angle of 293.85º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B082F is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 8 | 47 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.82 |
| HSL | 293.85º | 0.71% | 0.11% | - |
| HSV(B) | 293.85º | 0.83% | 0.18% | - |
| XYZ | 1.6 | 0.89 | 2.78 | - |
| YUV | 22.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 47 | 0.09 | 0.83 | 0 | 0.82 | 293.85 | 0.71 | 0.11 |
| Hex | 2B | 8 | 2F | 9 | 53 | 0 | 52 | 126 | 47 | B |
| Octal | 53 | 10 | 57 | 11 | 123 | 0 | 122 | 446 | 107 | 13 |
| Binary | 101011 | 1000 | 101111 | 1001 | 1010011 | 0 | 1010010 | 100100110 | 1000111 | 1011 |
Color Harmonies of #2B082F
Complementary color
Monochromatic Colors of #2B082F
Black with #2B082F
Text Example
Text Example
White with #2B082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B082F; }
p { color: rgb(43,8,47); }
H1.HeaderClassName
{
color: #2B082F;
}
.AnyTagClassName
{
color: #2B082F;
}
</style>
background-color css
<style>
a { background-color: #2B082F; }
a { background-color: rgb(43,8,47); }
div.DivClassName
{
background-color: #2B082F;
}
.BgClassName
{
background-color: #2B082F;
}
</style>
border-color css
<style>
span { border-color: #2B082F; }
span { border-color: rgb(43,8,47); }
td.TdClassName
{
border-color: #2B082F;
}
.TagClassName
{
border-color: #2B082F;
}
</style>