Shades of Mardi Gras #2B0F2C
Tints of Mardi Gras #2B0F2C
RGB
CMYK
RGB Variations
Color information
#2B0F2C (or 0x2B0F2C) is known color: Mardi Gras. HEX triplet: 2B, 0F and 2C. RGB value is (43,15,44). Sum of RGB (Red+Green+Blue) = 43+15+44=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B0F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F2C is #D4F0D3. Grayscale: #1A1A1A. Windows color (decimal): -13955284 or 2887467. OLE color: 2887467.
HSL color Cylindrical-coordinate representation of color #2B0F2C: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B0F2C is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 15 | 44 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.83 |
| HSL | 297.93º | 0.49% | 0.12% | - |
| HSV(B) | 297.93º | 0.66% | 0.17% | - |
| XYZ | 1.62 | 1.04 | 2.5 | - |
| YUV | 26.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 44 | 0.02 | 0.66 | 0 | 0.83 | 297.93 | 0.49 | 0.12 |
| Hex | 2B | F | 2C | 2 | 42 | 0 | 53 | 12A | 31 | C |
| Octal | 53 | 17 | 54 | 2 | 102 | 0 | 123 | 452 | 61 | 14 |
| Binary | 101011 | 1111 | 101100 | 10 | 1000010 | 0 | 1010011 | 100101010 | 110001 | 1100 |
Color Harmonies of #2B0F2C
Complementary color
Monochromatic Colors of #2B0F2C
Black with #2B0F2C
Text Example
Text Example
White with #2B0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F2C; }
p { color: rgb(43,15,44); }
H1.HeaderClassName
{
color: #2B0F2C;
}
.AnyTagClassName
{
color: #2B0F2C;
}
</style>
background-color css
<style>
a { background-color: #2B0F2C; }
a { background-color: rgb(43,15,44); }
div.DivClassName
{
background-color: #2B0F2C;
}
.BgClassName
{
background-color: #2B0F2C;
}
</style>
border-color css
<style>
span { border-color: #2B0F2C; }
span { border-color: rgb(43,15,44); }
td.TdClassName
{
border-color: #2B0F2C;
}
.TagClassName
{
border-color: #2B0F2C;
}
</style>