Shades of Mardi Gras #2B002A
Tints of Mardi Gras #2B002A
RGB
CMYK
RGB Variations
Color information
#2B002A (or 0x2B002A) is known color: Mardi Gras. HEX triplet: 2B, 00 and 2A. RGB value is (43,0,42). Sum of RGB (Red+Green+Blue) = 43+0+42=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B002A is #D4FFD5. Grayscale: #111111. Windows color (decimal): -13959126 or 2752555. OLE color: 2752555.
HSL color Cylindrical-coordinate representation of color #2B002A: hue angle of 301.4º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B002A is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.02 | 0.83 |
| HSL | 301.4º | 1% | 0.08% | - |
| HSV(B) | 301.4º | 1% | 0.17% | - |
| XYZ | 1.41 | 0.68 | 2.25 | - |
| YUV | 17.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 42 | 0 | 1 | 0.02 | 0.83 | 301.4 | 1 | 0.08 |
| Hex | 2B | 0 | 2A | 0 | 64 | 2 | 53 | 12D | 64 | 8 |
| Octal | 53 | 0 | 52 | 0 | 144 | 2 | 123 | 455 | 144 | 10 |
| Binary | 101011 | 0 | 101010 | 0 | 1100100 | 10 | 1010011 | 100101101 | 1100100 | 1000 |
Color Harmonies of #2B002A
Complementary color
Monochromatic Colors of #2B002A
Black with #2B002A
Text Example
Text Example
White with #2B002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B002A; }
p { color: rgb(43,0,42); }
H1.HeaderClassName
{
color: #2B002A;
}
.AnyTagClassName
{
color: #2B002A;
}
</style>
background-color css
<style>
a { background-color: #2B002A; }
a { background-color: rgb(43,0,42); }
div.DivClassName
{
background-color: #2B002A;
}
.BgClassName
{
background-color: #2B002A;
}
</style>
border-color css
<style>
span { border-color: #2B002A; }
span { border-color: rgb(43,0,42); }
td.TdClassName
{
border-color: #2B002A;
}
.TagClassName
{
border-color: #2B002A;
}
</style>