Shades of Mardi Gras #2F0B28
Tints of Mardi Gras #2F0B28
RGB
CMYK
RGB Variations
Color information
#2F0B28 (or 0x2F0B28) is known color: Mardi Gras. HEX triplet: 2F, 0B and 28. RGB value is (47,11,40). Sum of RGB (Red+Green+Blue) = 47+11+40=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B28 is #D0F4D7. Grayscale: #181818. Windows color (decimal): -13694168 or 2624303. OLE color: 2624303.
HSL color Cylindrical-coordinate representation of color #2F0B28: hue angle of 311.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F0B28 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 11 | 40 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.82 |
| HSL | 311.67º | 0.62% | 0.11% | - |
| HSV(B) | 311.67º | 0.77% | 0.18% | - |
| XYZ | 1.67 | 1 | 2.11 | - |
| YUV | 25.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 40 | 0 | 0.77 | 0.15 | 0.82 | 311.67 | 0.62 | 0.11 |
| Hex | 2F | B | 28 | 0 | 4D | F | 52 | 138 | 3E | B |
| Octal | 57 | 13 | 50 | 0 | 115 | 17 | 122 | 470 | 76 | 13 |
| Binary | 101111 | 1011 | 101000 | 0 | 1001101 | 1111 | 1010010 | 100111000 | 111110 | 1011 |
Color Harmonies of #2F0B28
Complementary color
Monochromatic Colors of #2F0B28
Black with #2F0B28
Text Example
Text Example
White with #2F0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B28; }
p { color: rgb(47,11,40); }
H1.HeaderClassName
{
color: #2F0B28;
}
.AnyTagClassName
{
color: #2F0B28;
}
</style>
background-color css
<style>
a { background-color: #2F0B28; }
a { background-color: rgb(47,11,40); }
div.DivClassName
{
background-color: #2F0B28;
}
.BgClassName
{
background-color: #2F0B28;
}
</style>
border-color css
<style>
span { border-color: #2F0B28; }
span { border-color: rgb(47,11,40); }
td.TdClassName
{
border-color: #2F0B28;
}
.TagClassName
{
border-color: #2F0B28;
}
</style>