Shades of Mardi Gras #2B152A
Tints of Mardi Gras #2B152A
RGB
CMYK
RGB Variations
Color information
#2B152A (or 0x2B152A) is known color: Mardi Gras. HEX triplet: 2B, 15 and 2A. RGB value is (43,21,42). Sum of RGB (Red+Green+Blue) = 43+21+42=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B152A is #D4EAD5. Grayscale: #1D1D1D. Windows color (decimal): -13953750 or 2757931. OLE color: 2757931.
HSL color Cylindrical-coordinate representation of color #2B152A: hue angle of 302.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B152A is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 42 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.83 |
| HSL | 302.73º | 0.34% | 0.13% | - |
| HSV(B) | 302.73º | 0.51% | 0.17% | - |
| XYZ | 1.68 | 1.22 | 2.34 | - |
| YUV | 29.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 42 | 0 | 0.51 | 0.02 | 0.83 | 302.73 | 0.34 | 0.13 |
| Hex | 2B | 15 | 2A | 0 | 33 | 2 | 53 | 12F | 22 | D |
| Octal | 53 | 25 | 52 | 0 | 63 | 2 | 123 | 457 | 42 | 15 |
| Binary | 101011 | 10101 | 101010 | 0 | 110011 | 10 | 1010011 | 100101111 | 100010 | 1101 |
Color Harmonies of #2B152A
Complementary color
Monochromatic Colors of #2B152A
Black with #2B152A
Text Example
Text Example
White with #2B152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B152A; }
p { color: rgb(43,21,42); }
H1.HeaderClassName
{
color: #2B152A;
}
.AnyTagClassName
{
color: #2B152A;
}
</style>
background-color css
<style>
a { background-color: #2B152A; }
a { background-color: rgb(43,21,42); }
div.DivClassName
{
background-color: #2B152A;
}
.BgClassName
{
background-color: #2B152A;
}
</style>
border-color css
<style>
span { border-color: #2B152A; }
span { border-color: rgb(43,21,42); }
td.TdClassName
{
border-color: #2B152A;
}
.TagClassName
{
border-color: #2B152A;
}
</style>