Shades of Mardi Gras #2B0627
Tints of Mardi Gras #2B0627
RGB
CMYK
RGB Variations
Color information
#2B0627 (or 0x2B0627) is known color: Mardi Gras. HEX triplet: 2B, 06 and 27. RGB value is (43,6,39). Sum of RGB (Red+Green+Blue) = 43+6+39=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0627 is #D4F9D8. Grayscale: #141414. Windows color (decimal): -13957593 or 2557483. OLE color: 2557483.
HSL color Cylindrical-coordinate representation of color #2B0627: hue angle of 306.49º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0627 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 6 | 39 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.83 |
| HSL | 306.49º | 0.76% | 0.1% | - |
| HSV(B) | 306.49º | 0.86% | 0.17% | - |
| XYZ | 1.43 | 0.79 | 2 | - |
| YUV | 20.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 39 | 0 | 0.86 | 0.09 | 0.83 | 306.49 | 0.76 | 0.1 |
| Hex | 2B | 6 | 27 | 0 | 56 | 9 | 53 | 132 | 4C | A |
| Octal | 53 | 6 | 47 | 0 | 126 | 11 | 123 | 462 | 114 | 12 |
| Binary | 101011 | 110 | 100111 | 0 | 1010110 | 1001 | 1010011 | 100110010 | 1001100 | 1010 |
Color Harmonies of #2B0627
Complementary color
Monochromatic Colors of #2B0627
Black with #2B0627
Text Example
Text Example
White with #2B0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0627; }
p { color: rgb(43,6,39); }
H1.HeaderClassName
{
color: #2B0627;
}
.AnyTagClassName
{
color: #2B0627;
}
</style>
background-color css
<style>
a { background-color: #2B0627; }
a { background-color: rgb(43,6,39); }
div.DivClassName
{
background-color: #2B0627;
}
.BgClassName
{
background-color: #2B0627;
}
</style>
border-color css
<style>
span { border-color: #2B0627; }
span { border-color: rgb(43,6,39); }
td.TdClassName
{
border-color: #2B0627;
}
.TagClassName
{
border-color: #2B0627;
}
</style>