Shades of Mardi Gras #2B0F28
Tints of Mardi Gras #2B0F28
RGB
CMYK
RGB Variations
Color information
#2B0F28 (or 0x2B0F28) is known color: Mardi Gras. HEX triplet: 2B, 0F and 28. RGB value is (43,15,40). Sum of RGB (Red+Green+Blue) = 43+15+40=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F28 is #D4F0D7. Grayscale: #1A1A1A. Windows color (decimal): -13955288 or 2625323. OLE color: 2625323.
HSL color Cylindrical-coordinate representation of color #2B0F28: hue angle of 306.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B0F28 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 15 | 40 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.83 |
| HSL | 306.43º | 0.48% | 0.11% | - |
| HSV(B) | 306.43º | 0.65% | 0.17% | - |
| XYZ | 1.55 | 1.01 | 2.12 | - |
| YUV | 26.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 40 | 0 | 0.65 | 0.07 | 0.83 | 306.43 | 0.48 | 0.11 |
| Hex | 2B | F | 28 | 0 | 41 | 7 | 53 | 132 | 30 | B |
| Octal | 53 | 17 | 50 | 0 | 101 | 7 | 123 | 462 | 60 | 13 |
| Binary | 101011 | 1111 | 101000 | 0 | 1000001 | 111 | 1010011 | 100110010 | 110000 | 1011 |
Color Harmonies of #2B0F28
Complementary color
Monochromatic Colors of #2B0F28
Black with #2B0F28
Text Example
Text Example
White with #2B0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F28; }
p { color: rgb(43,15,40); }
H1.HeaderClassName
{
color: #2B0F28;
}
.AnyTagClassName
{
color: #2B0F28;
}
</style>
background-color css
<style>
a { background-color: #2B0F28; }
a { background-color: rgb(43,15,40); }
div.DivClassName
{
background-color: #2B0F28;
}
.BgClassName
{
background-color: #2B0F28;
}
</style>
border-color css
<style>
span { border-color: #2B0F28; }
span { border-color: rgb(43,15,40); }
td.TdClassName
{
border-color: #2B0F28;
}
.TagClassName
{
border-color: #2B0F28;
}
</style>