Shades of Mardi Gras #2B0F2D
Tints of Mardi Gras #2B0F2D
RGB
CMYK
RGB Variations
Color information
#2B0F2D (or 0x2B0F2D) is known color: Mardi Gras. HEX triplet: 2B, 0F and 2D. RGB value is (43,15,45). Sum of RGB (Red+Green+Blue) = 43+15+45=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B0F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F2D is #D4F0D2. Grayscale: #1A1A1A. Windows color (decimal): -13955283 or 2953003. OLE color: 2953003.
HSL color Cylindrical-coordinate representation of color #2B0F2D: hue angle of 296º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B0F2D is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 15 | 45 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.82 |
| HSL | 296º | 0.5% | 0.12% | - |
| HSV(B) | 296º | 0.67% | 0.18% | - |
| XYZ | 1.64 | 1.04 | 2.6 | - |
| YUV | 26.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 45 | 0.04 | 0.67 | 0 | 0.82 | 296 | 0.5 | 0.12 |
| Hex | 2B | F | 2D | 4 | 43 | 0 | 52 | 128 | 32 | C |
| Octal | 53 | 17 | 55 | 4 | 103 | 0 | 122 | 450 | 62 | 14 |
| Binary | 101011 | 1111 | 101101 | 100 | 1000011 | 0 | 1010010 | 100101000 | 110010 | 1100 |
Color Harmonies of #2B0F2D
Complementary color
Monochromatic Colors of #2B0F2D
Black with #2B0F2D
Text Example
Text Example
White with #2B0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F2D; }
p { color: rgb(43,15,45); }
H1.HeaderClassName
{
color: #2B0F2D;
}
.AnyTagClassName
{
color: #2B0F2D;
}
</style>
background-color css
<style>
a { background-color: #2B0F2D; }
a { background-color: rgb(43,15,45); }
div.DivClassName
{
background-color: #2B0F2D;
}
.BgClassName
{
background-color: #2B0F2D;
}
</style>
border-color css
<style>
span { border-color: #2B0F2D; }
span { border-color: rgb(43,15,45); }
td.TdClassName
{
border-color: #2B0F2D;
}
.TagClassName
{
border-color: #2B0F2D;
}
</style>