Shades of Mardi Gras #2B0B25
Tints of Mardi Gras #2B0B25
RGB
CMYK
RGB Variations
Color information
#2B0B25 (or 0x2B0B25) is known color: Mardi Gras. HEX triplet: 2B, 0B and 25. RGB value is (43,11,37). Sum of RGB (Red+Green+Blue) = 43+11+37=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B25 is #D4F4DA. Grayscale: #171717. Windows color (decimal): -13956315 or 2427691. OLE color: 2427691.
HSL color Cylindrical-coordinate representation of color #2B0B25: hue angle of 311.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B0B25 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 11 | 37 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.83 |
| HSL | 311.25º | 0.59% | 0.11% | - |
| HSV(B) | 311.25º | 0.74% | 0.17% | - |
| XYZ | 1.45 | 0.89 | 1.84 | - |
| YUV | 23.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 37 | 0 | 0.74 | 0.14 | 0.83 | 311.25 | 0.59 | 0.11 |
| Hex | 2B | B | 25 | 0 | 4A | E | 53 | 137 | 3B | B |
| Octal | 53 | 13 | 45 | 0 | 112 | 16 | 123 | 467 | 73 | 13 |
| Binary | 101011 | 1011 | 100101 | 0 | 1001010 | 1110 | 1010011 | 100110111 | 111011 | 1011 |
Color Harmonies of #2B0B25
Complementary color
Monochromatic Colors of #2B0B25
Black with #2B0B25
Text Example
Text Example
White with #2B0B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B25; }
p { color: rgb(43,11,37); }
H1.HeaderClassName
{
color: #2B0B25;
}
.AnyTagClassName
{
color: #2B0B25;
}
</style>
background-color css
<style>
a { background-color: #2B0B25; }
a { background-color: rgb(43,11,37); }
div.DivClassName
{
background-color: #2B0B25;
}
.BgClassName
{
background-color: #2B0B25;
}
</style>
border-color css
<style>
span { border-color: #2B0B25; }
span { border-color: rgb(43,11,37); }
td.TdClassName
{
border-color: #2B0B25;
}
.TagClassName
{
border-color: #2B0B25;
}
</style>