Shades of Mardi Gras #2B102A
Tints of Mardi Gras #2B102A
RGB
CMYK
RGB Variations
Color information
#2B102A (or 0x2B102A) is known color: Mardi Gras. HEX triplet: 2B, 10 and 2A. RGB value is (43,16,42). Sum of RGB (Red+Green+Blue) = 43+16+42=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B102A is #D4EFD5. Grayscale: #1A1A1A. Windows color (decimal): -13955030 or 2756651. OLE color: 2756651.
HSL color Cylindrical-coordinate representation of color #2B102A: hue angle of 302.22º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B102A is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 16 | 42 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.83 |
| HSL | 302.22º | 0.46% | 0.12% | - |
| HSV(B) | 302.22º | 0.63% | 0.17% | - |
| XYZ | 1.6 | 1.05 | 2.31 | - |
| YUV | 27.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 42 | 0 | 0.63 | 0.02 | 0.83 | 302.22 | 0.46 | 0.12 |
| Hex | 2B | 10 | 2A | 0 | 3F | 2 | 53 | 12E | 2E | C |
| Octal | 53 | 20 | 52 | 0 | 77 | 2 | 123 | 456 | 56 | 14 |
| Binary | 101011 | 10000 | 101010 | 0 | 111111 | 10 | 1010011 | 100101110 | 101110 | 1100 |
Color Harmonies of #2B102A
Complementary color
Monochromatic Colors of #2B102A
Black with #2B102A
Text Example
Text Example
White with #2B102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B102A; }
p { color: rgb(43,16,42); }
H1.HeaderClassName
{
color: #2B102A;
}
.AnyTagClassName
{
color: #2B102A;
}
</style>
background-color css
<style>
a { background-color: #2B102A; }
a { background-color: rgb(43,16,42); }
div.DivClassName
{
background-color: #2B102A;
}
.BgClassName
{
background-color: #2B102A;
}
</style>
border-color css
<style>
span { border-color: #2B102A; }
span { border-color: rgb(43,16,42); }
td.TdClassName
{
border-color: #2B102A;
}
.TagClassName
{
border-color: #2B102A;
}
</style>