Shades of Mardi Gras #300C2C
Tints of Mardi Gras #300C2C
RGB
CMYK
RGB Variations
Color information
#300C2C (or 0x300C2C) is known color: Mardi Gras. HEX triplet: 30, 0C and 2C. RGB value is (48,12,44). Sum of RGB (Red+Green+Blue) = 48+12+44=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #300C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C2C is #CFF3D3. Grayscale: #1A1A1A. Windows color (decimal): -13628372 or 2886704. OLE color: 2886704.
HSL color Cylindrical-coordinate representation of color #300C2C: hue angle of 306.67º 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 #300C2C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 44 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.81 |
| HSL | 306.67º | 0.6% | 0.12% | - |
| HSV(B) | 306.67º | 0.75% | 0.19% | - |
| XYZ | 1.81 | 1.07 | 2.49 | - |
| YUV | 26.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 44 | 0 | 0.75 | 0.08 | 0.81 | 306.67 | 0.6 | 0.12 |
| Hex | 30 | C | 2C | 0 | 4B | 8 | 51 | 133 | 3C | C |
| Octal | 60 | 14 | 54 | 0 | 113 | 10 | 121 | 463 | 74 | 14 |
| Binary | 110000 | 1100 | 101100 | 0 | 1001011 | 1000 | 1010001 | 100110011 | 111100 | 1100 |
Color Harmonies of #300C2C
Complementary color
Monochromatic Colors of #300C2C
Black with #300C2C
Text Example
Text Example
White with #300C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C2C; }
p { color: rgb(48,12,44); }
H1.HeaderClassName
{
color: #300C2C;
}
.AnyTagClassName
{
color: #300C2C;
}
</style>
background-color css
<style>
a { background-color: #300C2C; }
a { background-color: rgb(48,12,44); }
div.DivClassName
{
background-color: #300C2C;
}
.BgClassName
{
background-color: #300C2C;
}
</style>
border-color css
<style>
span { border-color: #300C2C; }
span { border-color: rgb(48,12,44); }
td.TdClassName
{
border-color: #300C2C;
}
.TagClassName
{
border-color: #300C2C;
}
</style>