Shades of Mardi Gras #2D0C30
Tints of Mardi Gras #2D0C30
RGB
CMYK
RGB Variations
Color information
#2D0C30 (or 0x2D0C30) is known color: Mardi Gras. HEX triplet: 2D, 0C and 30. RGB value is (45,12,48). Sum of RGB (Red+Green+Blue) = 45+12+48=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D0C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0C30 is #D2F3CF. Grayscale: #191919. Windows color (decimal): -13824976 or 3148845. OLE color: 3148845.
HSL color Cylindrical-coordinate representation of color #2D0C30: hue angle of 295º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D0C30 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 12 | 48 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.81 |
| HSL | 295º | 0.6% | 0.12% | - |
| HSV(B) | 295º | 0.75% | 0.19% | - |
| XYZ | 1.75 | 1.03 | 2.9 | - |
| YUV | 25.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 48 | 0.06 | 0.75 | 0 | 0.81 | 295 | 0.6 | 0.12 |
| Hex | 2D | C | 30 | 6 | 4B | 0 | 51 | 127 | 3C | C |
| Octal | 55 | 14 | 60 | 6 | 113 | 0 | 121 | 447 | 74 | 14 |
| Binary | 101101 | 1100 | 110000 | 110 | 1001011 | 0 | 1010001 | 100100111 | 111100 | 1100 |
Color Harmonies of #2D0C30
Complementary color
Monochromatic Colors of #2D0C30
Black with #2D0C30
Text Example
Text Example
White with #2D0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C30; }
p { color: rgb(45,12,48); }
H1.HeaderClassName
{
color: #2D0C30;
}
.AnyTagClassName
{
color: #2D0C30;
}
</style>
background-color css
<style>
a { background-color: #2D0C30; }
a { background-color: rgb(45,12,48); }
div.DivClassName
{
background-color: #2D0C30;
}
.BgClassName
{
background-color: #2D0C30;
}
</style>
border-color css
<style>
span { border-color: #2D0C30; }
span { border-color: rgb(45,12,48); }
td.TdClassName
{
border-color: #2D0C30;
}
.TagClassName
{
border-color: #2D0C30;
}
</style>