Shades of Mardi Gras #2B272B
Tints of Mardi Gras #2B272B
RGB
CMYK
RGB Variations
Color information
#2B272B (or 0x2B272B) is known color: Mardi Gras. HEX triplet: 2B, 27 and 2B. RGB value is (43,39,43). Sum of RGB (Red+Green+Blue) = 43+39+43=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B272B is #D4D8D4. Grayscale: #282828. Windows color (decimal): -13949141 or 2828075. OLE color: 2828075.
HSL color Cylindrical-coordinate representation of color #2B272B: hue angle of 300º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B272B is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 39 | 43 | - |
CMYK | 0 | 0.09 | 0 | 0.83 |
HSL | 300º | 0.05% | 0.16% | - |
HSV(B) | 300º | 0.09% | 0.17% | - |
XYZ | 2.16 | 2.14 | 2.58 | - |
YUV | 40.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 39 | 43 | 0 | 0.09 | 0 | 0.83 | 300 | 0.05 | 0.16 |
Hex | 2B | 27 | 2B | 0 | 9 | 0 | 53 | 12C | 5 | 10 |
Octal | 53 | 47 | 53 | 0 | 11 | 0 | 123 | 454 | 5 | 20 |
Binary | 101011 | 100111 | 101011 | 0 | 1001 | 0 | 1010011 | 100101100 | 101 | 10000 |
Color Harmonies of #2B272B
Complementary color
Monochromatic Colors of #2B272B
Black with #2B272B
Text Example
Text Example
White with #2B272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B272B; }
p { color: rgb(43,39,43); }
H1.HeaderClassName
{
color: #2B272B;
}
.AnyTagClassName
{
color: #2B272B;
}
</style>
background-color css
<style>
a { background-color: #2B272B; }
a { background-color: rgb(43,39,43); }
div.DivClassName
{
background-color: #2B272B;
}
.BgClassName
{
background-color: #2B272B;
}
</style>
border-color css
<style>
span { border-color: #2B272B; }
span { border-color: rgb(43,39,43); }
td.TdClassName
{
border-color: #2B272B;
}
.TagClassName
{
border-color: #2B272B;
}
</style>