Shades of Mardi Gras #30182C
Tints of Mardi Gras #30182C
RGB
CMYK
RGB Variations
Color information
#30182C (or 0x30182C) is known color: Mardi Gras. HEX triplet: 30, 18 and 2C. RGB value is (48,24,44). Sum of RGB (Red+Green+Blue) = 48+24+44=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182C is #CFE7D3. Grayscale: #212121. Windows color (decimal): -13625300 or 2889776. OLE color: 2889776.
HSL color Cylindrical-coordinate representation of color #30182C: hue angle of 310º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30182C is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 44 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.81 |
| HSL | 310º | 0.33% | 0.14% | - |
| HSV(B) | 310º | 0.5% | 0.19% | - |
| XYZ | 2 | 1.46 | 2.56 | - |
| YUV | 33.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 44 | 0 | 0.5 | 0.08 | 0.81 | 310 | 0.33 | 0.14 |
| Hex | 30 | 18 | 2C | 0 | 32 | 8 | 51 | 136 | 21 | E |
| Octal | 60 | 30 | 54 | 0 | 62 | 10 | 121 | 466 | 41 | 16 |
| Binary | 110000 | 11000 | 101100 | 0 | 110010 | 1000 | 1010001 | 100110110 | 100001 | 1110 |
Color Harmonies of #30182C
Complementary color
Monochromatic Colors of #30182C
Black with #30182C
Text Example
Text Example
White with #30182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30182C; }
p { color: rgb(48,24,44); }
H1.HeaderClassName
{
color: #30182C;
}
.AnyTagClassName
{
color: #30182C;
}
</style>
background-color css
<style>
a { background-color: #30182C; }
a { background-color: rgb(48,24,44); }
div.DivClassName
{
background-color: #30182C;
}
.BgClassName
{
background-color: #30182C;
}
</style>
border-color css
<style>
span { border-color: #30182C; }
span { border-color: rgb(48,24,44); }
td.TdClassName
{
border-color: #30182C;
}
.TagClassName
{
border-color: #30182C;
}
</style>