Shades of Mardi Gras #2B052F
Tints of Mardi Gras #2B052F
RGB
CMYK
RGB Variations
Color information
#2B052F (or 0x2B052F) is known color: Mardi Gras. HEX triplet: 2B, 05 and 2F. RGB value is (43,5,47). Sum of RGB (Red+Green+Blue) = 43+5+47=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B052F is #D4FAD0. Grayscale: #151515. Windows color (decimal): -13957841 or 3081515. OLE color: 3081515.
HSL color Cylindrical-coordinate representation of color #2B052F: hue angle of 294.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B052F is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 5 | 47 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.82 |
| HSL | 294.29º | 0.81% | 0.1% | - |
| HSV(B) | 294.29º | 0.89% | 0.18% | - |
| XYZ | 1.56 | 0.83 | 2.77 | - |
| YUV | 21.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 47 | 0.09 | 0.89 | 0 | 0.82 | 294.29 | 0.81 | 0.1 |
| Hex | 2B | 5 | 2F | 9 | 59 | 0 | 52 | 126 | 51 | A |
| Octal | 53 | 5 | 57 | 11 | 131 | 0 | 122 | 446 | 121 | 12 |
| Binary | 101011 | 101 | 101111 | 1001 | 1011001 | 0 | 1010010 | 100100110 | 1010001 | 1010 |
Color Harmonies of #2B052F
Complementary color
Monochromatic Colors of #2B052F
Black with #2B052F
Text Example
Text Example
White with #2B052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B052F; }
p { color: rgb(43,5,47); }
H1.HeaderClassName
{
color: #2B052F;
}
.AnyTagClassName
{
color: #2B052F;
}
</style>
background-color css
<style>
a { background-color: #2B052F; }
a { background-color: rgb(43,5,47); }
div.DivClassName
{
background-color: #2B052F;
}
.BgClassName
{
background-color: #2B052F;
}
</style>
border-color css
<style>
span { border-color: #2B052F; }
span { border-color: rgb(43,5,47); }
td.TdClassName
{
border-color: #2B052F;
}
.TagClassName
{
border-color: #2B052F;
}
</style>