Shades of Mardi Gras #30182D
Tints of Mardi Gras #30182D
RGB
CMYK
RGB Variations
Color information
#30182D (or 0x30182D) is known color: Mardi Gras. HEX triplet: 30, 18 and 2D. RGB value is (48,24,45). Sum of RGB (Red+Green+Blue) = 48+24+45=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182D is #CFE7D2. Grayscale: #212121. Windows color (decimal): -13625299 or 2955312. OLE color: 2955312.
HSL color Cylindrical-coordinate representation of color #30182D: hue angle of 307.5º 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 #30182D is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 45 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.81 |
| HSL | 307.5º | 0.33% | 0.14% | - |
| HSV(B) | 307.5º | 0.5% | 0.19% | - |
| XYZ | 2.02 | 1.47 | 2.66 | - |
| YUV | 33.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 45 | 0 | 0.5 | 0.06 | 0.81 | 307.5 | 0.33 | 0.14 |
| Hex | 30 | 18 | 2D | 0 | 32 | 6 | 51 | 134 | 21 | E |
| Octal | 60 | 30 | 55 | 0 | 62 | 6 | 121 | 464 | 41 | 16 |
| Binary | 110000 | 11000 | 101101 | 0 | 110010 | 110 | 1010001 | 100110100 | 100001 | 1110 |
Color Harmonies of #30182D
Complementary color
Monochromatic Colors of #30182D
Black with #30182D
Text Example
Text Example
White with #30182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30182D; }
p { color: rgb(48,24,45); }
H1.HeaderClassName
{
color: #30182D;
}
.AnyTagClassName
{
color: #30182D;
}
</style>
background-color css
<style>
a { background-color: #30182D; }
a { background-color: rgb(48,24,45); }
div.DivClassName
{
background-color: #30182D;
}
.BgClassName
{
background-color: #30182D;
}
</style>
border-color css
<style>
span { border-color: #30182D; }
span { border-color: rgb(48,24,45); }
td.TdClassName
{
border-color: #30182D;
}
.TagClassName
{
border-color: #30182D;
}
</style>