Shades of Mardi Gras #2B0127
Tints of Mardi Gras #2B0127
RGB
CMYK
RGB Variations
Color information
#2B0127 (or 0x2B0127) is known color: Mardi Gras. HEX triplet: 2B, 01 and 27. RGB value is (43,1,39). Sum of RGB (Red+Green+Blue) = 43+1+39=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0127 is #D4FED8. Grayscale: #111111. Windows color (decimal): -13958873 or 2556203. OLE color: 2556203.
HSL color Cylindrical-coordinate representation of color #2B0127: hue angle of 305.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0127 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 1 | 39 | - |
CMYK | 0 | 0.98 | 0.09 | 0.83 |
HSL | 305.71º | 0.95% | 0.09% | - |
HSV(B) | 305.71º | 0.98% | 0.17% | - |
XYZ | 1.37 | 0.68 | 1.98 | - |
YUV | 17.89 | 139.91 | 145.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 1 | 39 | 0 | 0.98 | 0.09 | 0.83 | 305.71 | 0.95 | 0.09 |
Hex | 2B | 1 | 27 | 0 | 62 | 9 | 53 | 132 | 5F | 9 |
Octal | 53 | 1 | 47 | 0 | 142 | 11 | 123 | 462 | 137 | 11 |
Binary | 101011 | 1 | 100111 | 0 | 1100010 | 1001 | 1010011 | 100110010 | 1011111 | 1001 |
Color Harmonies of #2B0127
Complementary color
Monochromatic Colors of #2B0127
Black with #2B0127
Text Example
Text Example
White with #2B0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0127; }
p { color: rgb(43,1,39); }
H1.HeaderClassName
{
color: #2B0127;
}
.AnyTagClassName
{
color: #2B0127;
}
</style>
background-color css
<style>
a { background-color: #2B0127; }
a { background-color: rgb(43,1,39); }
div.DivClassName
{
background-color: #2B0127;
}
.BgClassName
{
background-color: #2B0127;
}
</style>
border-color css
<style>
span { border-color: #2B0127; }
span { border-color: rgb(43,1,39); }
td.TdClassName
{
border-color: #2B0127;
}
.TagClassName
{
border-color: #2B0127;
}
</style>