Shades of Mardi Gras #300D2C
Tints of Mardi Gras #300D2C
RGB
CMYK
RGB Variations
Color information
#300D2C (or 0x300D2C) is known color: Mardi Gras. HEX triplet: 30, 0D and 2C. RGB value is (48,13,44). Sum of RGB (Red+Green+Blue) = 48+13+44=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D2C is #CFF2D3. Grayscale: #1A1A1A. Windows color (decimal): -13628116 or 2886960. OLE color: 2886960.
HSL color Cylindrical-coordinate representation of color #300D2C: hue angle of 306.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D2C is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 44 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.81 |
| HSL | 306.86º | 0.57% | 0.12% | - |
| HSV(B) | 306.86º | 0.73% | 0.19% | - |
| XYZ | 1.82 | 1.1 | 2.5 | - |
| YUV | 27 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 44 | 0 | 0.73 | 0.08 | 0.81 | 306.86 | 0.57 | 0.12 |
| Hex | 30 | D | 2C | 0 | 49 | 8 | 51 | 133 | 39 | C |
| Octal | 60 | 15 | 54 | 0 | 111 | 10 | 121 | 463 | 71 | 14 |
| Binary | 110000 | 1101 | 101100 | 0 | 1001001 | 1000 | 1010001 | 100110011 | 111001 | 1100 |
Color Harmonies of #300D2C
Complementary color
Monochromatic Colors of #300D2C
Black with #300D2C
Text Example
Text Example
White with #300D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D2C; }
p { color: rgb(48,13,44); }
H1.HeaderClassName
{
color: #300D2C;
}
.AnyTagClassName
{
color: #300D2C;
}
</style>
background-color css
<style>
a { background-color: #300D2C; }
a { background-color: rgb(48,13,44); }
div.DivClassName
{
background-color: #300D2C;
}
.BgClassName
{
background-color: #300D2C;
}
</style>
border-color css
<style>
span { border-color: #300D2C; }
span { border-color: rgb(48,13,44); }
td.TdClassName
{
border-color: #300D2C;
}
.TagClassName
{
border-color: #300D2C;
}
</style>