Shades of Mardi Gras #2B152D
Tints of Mardi Gras #2B152D
RGB
CMYK
RGB Variations
Color information
#2B152D (or 0x2B152D) is known color: Mardi Gras. HEX triplet: 2B, 15 and 2D. RGB value is (43,21,45). Sum of RGB (Red+Green+Blue) = 43+21+45=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B152D is #D4EAD2. Grayscale: #1E1E1E. Windows color (decimal): -13953747 or 2954539. OLE color: 2954539.
HSL color Cylindrical-coordinate representation of color #2B152D: hue angle of 295º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B152D is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 21 | 45 | - |
CMYK | 0.04 | 0.53 | 0 | 0.82 |
HSL | 295º | 0.36% | 0.13% | - |
HSV(B) | 295º | 0.53% | 0.18% | - |
XYZ | 1.74 | 1.24 | 2.63 | - |
YUV | 30.31 | 136.29 | 137.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 21 | 45 | 0.04 | 0.53 | 0 | 0.82 | 295 | 0.36 | 0.13 |
Hex | 2B | 15 | 2D | 4 | 35 | 0 | 52 | 127 | 24 | D |
Octal | 53 | 25 | 55 | 4 | 65 | 0 | 122 | 447 | 44 | 15 |
Binary | 101011 | 10101 | 101101 | 100 | 110101 | 0 | 1010010 | 100100111 | 100100 | 1101 |
Color Harmonies of #2B152D
Complementary color
Monochromatic Colors of #2B152D
Black with #2B152D
Text Example
Text Example
White with #2B152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B152D; }
p { color: rgb(43,21,45); }
H1.HeaderClassName
{
color: #2B152D;
}
.AnyTagClassName
{
color: #2B152D;
}
</style>
background-color css
<style>
a { background-color: #2B152D; }
a { background-color: rgb(43,21,45); }
div.DivClassName
{
background-color: #2B152D;
}
.BgClassName
{
background-color: #2B152D;
}
</style>
border-color css
<style>
span { border-color: #2B152D; }
span { border-color: rgb(43,21,45); }
td.TdClassName
{
border-color: #2B152D;
}
.TagClassName
{
border-color: #2B152D;
}
</style>