Shades of Mardi Gras #2B012B
Tints of Mardi Gras #2B012B
RGB
CMYK
RGB Variations
Color information
#2B012B (or 0x2B012B) is known color: Mardi Gras. HEX triplet: 2B, 01 and 2B. RGB value is (43,1,43). Sum of RGB (Red+Green+Blue) = 43+1+43=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B012B is #D4FED4. Grayscale: #121212. Windows color (decimal): -13958869 or 2818347. OLE color: 2818347.
HSL color Cylindrical-coordinate representation of color #2B012B: hue angle of 300º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B012B is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 1 | 43 | - |
| CMYK | 0 | 0.98 | 0 | 0.83 |
| HSL | 300º | 0.95% | 0.09% | - |
| HSV(B) | 300º | 0.98% | 0.17% | - |
| XYZ | 1.44 | 0.71 | 2.35 | - |
| YUV | 18.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 43 | 0 | 0.98 | 0 | 0.83 | 300 | 0.95 | 0.09 |
| Hex | 2B | 1 | 2B | 0 | 62 | 0 | 53 | 12C | 5F | 9 |
| Octal | 53 | 1 | 53 | 0 | 142 | 0 | 123 | 454 | 137 | 11 |
| Binary | 101011 | 1 | 101011 | 0 | 1100010 | 0 | 1010011 | 100101100 | 1011111 | 1001 |
Color Harmonies of #2B012B
Complementary color
Monochromatic Colors of #2B012B
Black with #2B012B
Text Example
Text Example
White with #2B012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B012B; }
p { color: rgb(43,1,43); }
H1.HeaderClassName
{
color: #2B012B;
}
.AnyTagClassName
{
color: #2B012B;
}
</style>
background-color css
<style>
a { background-color: #2B012B; }
a { background-color: rgb(43,1,43); }
div.DivClassName
{
background-color: #2B012B;
}
.BgClassName
{
background-color: #2B012B;
}
</style>
border-color css
<style>
span { border-color: #2B012B; }
span { border-color: rgb(43,1,43); }
td.TdClassName
{
border-color: #2B012B;
}
.TagClassName
{
border-color: #2B012B;
}
</style>