Shades of Mardi Gras #2C0F2D
Tints of Mardi Gras #2C0F2D
RGB
CMYK
RGB Variations
Color information
#2C0F2D (or 0x2C0F2D) is known color: Mardi Gras. HEX triplet: 2C, 0F and 2D. RGB value is (44,15,45). Sum of RGB (Red+Green+Blue) = 44+15+45=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C0F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F2D is #D3F0D2. Grayscale: #1A1A1A. Windows color (decimal): -13889747 or 2953004. OLE color: 2953004.
HSL color Cylindrical-coordinate representation of color #2C0F2D: hue angle of 298º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C0F2D is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 15 | 45 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.82 |
| HSL | 298º | 0.5% | 0.12% | - |
| HSV(B) | 298º | 0.67% | 0.18% | - |
| XYZ | 1.68 | 1.07 | 2.6 | - |
| YUV | 27.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 45 | 0.02 | 0.67 | 0 | 0.82 | 298 | 0.5 | 0.12 |
| Hex | 2C | F | 2D | 2 | 43 | 0 | 52 | 12A | 32 | C |
| Octal | 54 | 17 | 55 | 2 | 103 | 0 | 122 | 452 | 62 | 14 |
| Binary | 101100 | 1111 | 101101 | 10 | 1000011 | 0 | 1010010 | 100101010 | 110010 | 1100 |
Color Harmonies of #2C0F2D
Complementary color
Monochromatic Colors of #2C0F2D
Black with #2C0F2D
Text Example
Text Example
White with #2C0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0F2D; }
p { color: rgb(44,15,45); }
H1.HeaderClassName
{
color: #2C0F2D;
}
.AnyTagClassName
{
color: #2C0F2D;
}
</style>
background-color css
<style>
a { background-color: #2C0F2D; }
a { background-color: rgb(44,15,45); }
div.DivClassName
{
background-color: #2C0F2D;
}
.BgClassName
{
background-color: #2C0F2D;
}
</style>
border-color css
<style>
span { border-color: #2C0F2D; }
span { border-color: rgb(44,15,45); }
td.TdClassName
{
border-color: #2C0F2D;
}
.TagClassName
{
border-color: #2C0F2D;
}
</style>