Shades of Mardi Gras #2B042F
Tints of Mardi Gras #2B042F
RGB
CMYK
RGB Variations
Color information
#2B042F (or 0x2B042F) is known color: Mardi Gras. HEX triplet: 2B, 04 and 2F. RGB value is (43,4,47). Sum of RGB (Red+Green+Blue) = 43+4+47=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B042F is #D4FBD0. Grayscale: #141414. Windows color (decimal): -13958097 or 3081259. OLE color: 3081259.
HSL color Cylindrical-coordinate representation of color #2B042F: hue angle of 294.42º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B042F is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 4 | 47 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.82 |
| HSL | 294.42º | 0.84% | 0.1% | - |
| HSV(B) | 294.42º | 0.91% | 0.18% | - |
| XYZ | 1.55 | 0.81 | 2.76 | - |
| YUV | 20.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 47 | 0.09 | 0.91 | 0 | 0.82 | 294.42 | 0.84 | 0.1 |
| Hex | 2B | 4 | 2F | 9 | 5B | 0 | 52 | 126 | 54 | A |
| Octal | 53 | 4 | 57 | 11 | 133 | 0 | 122 | 446 | 124 | 12 |
| Binary | 101011 | 100 | 101111 | 1001 | 1011011 | 0 | 1010010 | 100100110 | 1010100 | 1010 |
Color Harmonies of #2B042F
Complementary color
Monochromatic Colors of #2B042F
Black with #2B042F
Text Example
Text Example
White with #2B042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B042F; }
p { color: rgb(43,4,47); }
H1.HeaderClassName
{
color: #2B042F;
}
.AnyTagClassName
{
color: #2B042F;
}
</style>
background-color css
<style>
a { background-color: #2B042F; }
a { background-color: rgb(43,4,47); }
div.DivClassName
{
background-color: #2B042F;
}
.BgClassName
{
background-color: #2B042F;
}
</style>
border-color css
<style>
span { border-color: #2B042F; }
span { border-color: rgb(43,4,47); }
td.TdClassName
{
border-color: #2B042F;
}
.TagClassName
{
border-color: #2B042F;
}
</style>