Shades of Mardi Gras #2B252B
Tints of Mardi Gras #2B252B
RGB
CMYK
RGB Variations
Color information
#2B252B (or 0x2B252B) is known color: Mardi Gras. HEX triplet: 2B, 25 and 2B. RGB value is (43,37,43). Sum of RGB (Red+Green+Blue) = 43+37+43=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B252B is #D4DAD4. Grayscale: #272727. Windows color (decimal): -13949653 or 2827563. OLE color: 2827563.
HSL color Cylindrical-coordinate representation of color #2B252B: hue angle of 300º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B252B is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 37 | 43 | - |
CMYK | 0 | 0.14 | 0 | 0.83 |
HSL | 300º | 0.08% | 0.16% | - |
HSV(B) | 300º | 0.14% | 0.17% | - |
XYZ | 2.09 | 2.01 | 2.56 | - |
YUV | 39.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 37 | 43 | 0 | 0.14 | 0 | 0.83 | 300 | 0.08 | 0.16 |
Hex | 2B | 25 | 2B | 0 | E | 0 | 53 | 12C | 8 | 10 |
Octal | 53 | 45 | 53 | 0 | 16 | 0 | 123 | 454 | 10 | 20 |
Binary | 101011 | 100101 | 101011 | 0 | 1110 | 0 | 1010011 | 100101100 | 1000 | 10000 |
Color Harmonies of #2B252B
Complementary color
Monochromatic Colors of #2B252B
Black with #2B252B
Text Example
Text Example
White with #2B252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B252B; }
p { color: rgb(43,37,43); }
H1.HeaderClassName
{
color: #2B252B;
}
.AnyTagClassName
{
color: #2B252B;
}
</style>
background-color css
<style>
a { background-color: #2B252B; }
a { background-color: rgb(43,37,43); }
div.DivClassName
{
background-color: #2B252B;
}
.BgClassName
{
background-color: #2B252B;
}
</style>
border-color css
<style>
span { border-color: #2B252B; }
span { border-color: rgb(43,37,43); }
td.TdClassName
{
border-color: #2B252B;
}
.TagClassName
{
border-color: #2B252B;
}
</style>