Shades of Mardi Gras #2B062F
Tints of Mardi Gras #2B062F
RGB
CMYK
RGB Variations
Color information
#2B062F (or 0x2B062F) is known color: Mardi Gras. HEX triplet: 2B, 06 and 2F. RGB value is (43,6,47). Sum of RGB (Red+Green+Blue) = 43+6+47=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B062F is #D4F9D0. Grayscale: #151515. Windows color (decimal): -13957585 or 3081771. OLE color: 3081771.
HSL color Cylindrical-coordinate representation of color #2B062F: hue angle of 294.15º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B062F is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 6 | 47 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.82 |
| HSL | 294.15º | 0.77% | 0.1% | - |
| HSV(B) | 294.15º | 0.87% | 0.18% | - |
| XYZ | 1.57 | 0.85 | 2.77 | - |
| YUV | 21.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 47 | 0.09 | 0.87 | 0 | 0.82 | 294.15 | 0.77 | 0.1 |
| Hex | 2B | 6 | 2F | 9 | 57 | 0 | 52 | 126 | 4D | A |
| Octal | 53 | 6 | 57 | 11 | 127 | 0 | 122 | 446 | 115 | 12 |
| Binary | 101011 | 110 | 101111 | 1001 | 1010111 | 0 | 1010010 | 100100110 | 1001101 | 1010 |
Color Harmonies of #2B062F
Complementary color
Monochromatic Colors of #2B062F
Black with #2B062F
Text Example
Text Example
White with #2B062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B062F; }
p { color: rgb(43,6,47); }
H1.HeaderClassName
{
color: #2B062F;
}
.AnyTagClassName
{
color: #2B062F;
}
</style>
background-color css
<style>
a { background-color: #2B062F; }
a { background-color: rgb(43,6,47); }
div.DivClassName
{
background-color: #2B062F;
}
.BgClassName
{
background-color: #2B062F;
}
</style>
border-color css
<style>
span { border-color: #2B062F; }
span { border-color: rgb(43,6,47); }
td.TdClassName
{
border-color: #2B062F;
}
.TagClassName
{
border-color: #2B062F;
}
</style>