Shades of Mardi Gras #2B0225
Tints of Mardi Gras #2B0225
RGB
CMYK
RGB Variations
Color information
#2B0225 (or 0x2B0225) is known color: Mardi Gras. HEX triplet: 2B, 02 and 25. RGB value is (43,2,37). Sum of RGB (Red+Green+Blue) = 43+2+37=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0225 is #D4FDDA. Grayscale: #121212. Windows color (decimal): -13958619 or 2425387. OLE color: 2425387.
HSL color Cylindrical-coordinate representation of color #2B0225: hue angle of 308.78º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0225 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 2 | 37 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.83 |
| HSL | 308.78º | 0.91% | 0.09% | - |
| HSV(B) | 308.78º | 0.95% | 0.17% | - |
| XYZ | 1.35 | 0.69 | 1.81 | - |
| YUV | 18.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 37 | 0 | 0.95 | 0.14 | 0.83 | 308.78 | 0.91 | 0.09 |
| Hex | 2B | 2 | 25 | 0 | 5F | E | 53 | 135 | 5B | 9 |
| Octal | 53 | 2 | 45 | 0 | 137 | 16 | 123 | 465 | 133 | 11 |
| Binary | 101011 | 10 | 100101 | 0 | 1011111 | 1110 | 1010011 | 100110101 | 1011011 | 1001 |
Color Harmonies of #2B0225
Complementary color
Monochromatic Colors of #2B0225
Black with #2B0225
Text Example
Text Example
White with #2B0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0225; }
p { color: rgb(43,2,37); }
H1.HeaderClassName
{
color: #2B0225;
}
.AnyTagClassName
{
color: #2B0225;
}
</style>
background-color css
<style>
a { background-color: #2B0225; }
a { background-color: rgb(43,2,37); }
div.DivClassName
{
background-color: #2B0225;
}
.BgClassName
{
background-color: #2B0225;
}
</style>
border-color css
<style>
span { border-color: #2B0225; }
span { border-color: rgb(43,2,37); }
td.TdClassName
{
border-color: #2B0225;
}
.TagClassName
{
border-color: #2B0225;
}
</style>