Shades of Mardi Gras #2D0F2F
Tints of Mardi Gras #2D0F2F
RGB
CMYK
RGB Variations
Color information
#2D0F2F (or 0x2D0F2F) is known color: Mardi Gras. HEX triplet: 2D, 0F and 2F. RGB value is (45,15,47). Sum of RGB (Red+Green+Blue) = 45+15+47=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D0F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F2F is #D2F0D0. Grayscale: #1B1B1B. Windows color (decimal): -13824209 or 3084077. OLE color: 3084077.
HSL color Cylindrical-coordinate representation of color #2D0F2F: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D0F2F is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 15 | 47 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.82 |
| HSL | 296.25º | 0.52% | 0.12% | - |
| HSV(B) | 296.25º | 0.68% | 0.18% | - |
| XYZ | 1.77 | 1.1 | 2.81 | - |
| YUV | 27.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 47 | 0.04 | 0.68 | 0 | 0.82 | 296.25 | 0.52 | 0.12 |
| Hex | 2D | F | 2F | 4 | 44 | 0 | 52 | 128 | 34 | C |
| Octal | 55 | 17 | 57 | 4 | 104 | 0 | 122 | 450 | 64 | 14 |
| Binary | 101101 | 1111 | 101111 | 100 | 1000100 | 0 | 1010010 | 100101000 | 110100 | 1100 |
Color Harmonies of #2D0F2F
Complementary color
Monochromatic Colors of #2D0F2F
Black with #2D0F2F
Text Example
Text Example
White with #2D0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F2F; }
p { color: rgb(45,15,47); }
H1.HeaderClassName
{
color: #2D0F2F;
}
.AnyTagClassName
{
color: #2D0F2F;
}
</style>
background-color css
<style>
a { background-color: #2D0F2F; }
a { background-color: rgb(45,15,47); }
div.DivClassName
{
background-color: #2D0F2F;
}
.BgClassName
{
background-color: #2D0F2F;
}
</style>
border-color css
<style>
span { border-color: #2D0F2F; }
span { border-color: rgb(45,15,47); }
td.TdClassName
{
border-color: #2D0F2F;
}
.TagClassName
{
border-color: #2D0F2F;
}
</style>