Shades of Mardi Gras #2B0E2D
Tints of Mardi Gras #2B0E2D
RGB
CMYK
RGB Variations
Color information
#2B0E2D (or 0x2B0E2D) is known color: Mardi Gras. HEX triplet: 2B, 0E and 2D. RGB value is (43,14,45). Sum of RGB (Red+Green+Blue) = 43+14+45=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B0E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0E2D is #D4F1D2. Grayscale: #1A1A1A. Windows color (decimal): -13955539 or 2952747. OLE color: 2952747.
HSL color Cylindrical-coordinate representation of color #2B0E2D: hue angle of 296.13º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B0E2D is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 14 | 45 | - |
CMYK | 0.04 | 0.69 | 0 | 0.82 |
HSL | 296.13º | 0.53% | 0.12% | - |
HSV(B) | 296.13º | 0.69% | 0.18% | - |
XYZ | 1.63 | 1.02 | 2.59 | - |
YUV | 26.21 | 138.61 | 139.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 14 | 45 | 0.04 | 0.69 | 0 | 0.82 | 296.13 | 0.53 | 0.12 |
Hex | 2B | E | 2D | 4 | 45 | 0 | 52 | 128 | 35 | C |
Octal | 53 | 16 | 55 | 4 | 105 | 0 | 122 | 450 | 65 | 14 |
Binary | 101011 | 1110 | 101101 | 100 | 1000101 | 0 | 1010010 | 100101000 | 110101 | 1100 |
Color Harmonies of #2B0E2D
Complementary color
Monochromatic Colors of #2B0E2D
Black with #2B0E2D
Text Example
Text Example
White with #2B0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E2D; }
p { color: rgb(43,14,45); }
H1.HeaderClassName
{
color: #2B0E2D;
}
.AnyTagClassName
{
color: #2B0E2D;
}
</style>
background-color css
<style>
a { background-color: #2B0E2D; }
a { background-color: rgb(43,14,45); }
div.DivClassName
{
background-color: #2B0E2D;
}
.BgClassName
{
background-color: #2B0E2D;
}
</style>
border-color css
<style>
span { border-color: #2B0E2D; }
span { border-color: rgb(43,14,45); }
td.TdClassName
{
border-color: #2B0E2D;
}
.TagClassName
{
border-color: #2B0E2D;
}
</style>