Shades of Mardi Gras #300C2A
Tints of Mardi Gras #300C2A
RGB
CMYK
RGB Variations
Color information
#300C2A (or 0x300C2A) is known color: Mardi Gras. HEX triplet: 30, 0C and 2A. RGB value is (48,12,42). Sum of RGB (Red+Green+Blue) = 48+12+42=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #300C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C2A is #CFF3D5. Grayscale: #1A1A1A. Windows color (decimal): -13628374 or 2755632. OLE color: 2755632.
HSL color Cylindrical-coordinate representation of color #300C2A: hue angle of 310º 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 #300C2A is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 42 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.81 |
| HSL | 310º | 0.6% | 0.12% | - |
| HSV(B) | 310º | 0.75% | 0.19% | - |
| XYZ | 1.77 | 1.06 | 2.3 | - |
| YUV | 26.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 42 | 0 | 0.75 | 0.13 | 0.81 | 310 | 0.6 | 0.12 |
| Hex | 30 | C | 2A | 0 | 4B | D | 51 | 136 | 3C | C |
| Octal | 60 | 14 | 52 | 0 | 113 | 15 | 121 | 466 | 74 | 14 |
| Binary | 110000 | 1100 | 101010 | 0 | 1001011 | 1101 | 1010001 | 100110110 | 111100 | 1100 |
Color Harmonies of #300C2A
Complementary color
Monochromatic Colors of #300C2A
Black with #300C2A
Text Example
Text Example
White with #300C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C2A; }
p { color: rgb(48,12,42); }
H1.HeaderClassName
{
color: #300C2A;
}
.AnyTagClassName
{
color: #300C2A;
}
</style>
background-color css
<style>
a { background-color: #300C2A; }
a { background-color: rgb(48,12,42); }
div.DivClassName
{
background-color: #300C2A;
}
.BgClassName
{
background-color: #300C2A;
}
</style>
border-color css
<style>
span { border-color: #300C2A; }
span { border-color: rgb(48,12,42); }
td.TdClassName
{
border-color: #300C2A;
}
.TagClassName
{
border-color: #300C2A;
}
</style>