Shades of Mardi Gras #30172F
Tints of Mardi Gras #30172F
RGB
CMYK
RGB Variations
Color information
#30172F (or 0x30172F) is known color: Mardi Gras. HEX triplet: 30, 17 and 2F. RGB value is (48,23,47). Sum of RGB (Red+Green+Blue) = 48+23+47=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172F is #CFE8D0. Grayscale: #212121. Windows color (decimal): -13625553 or 3086128. OLE color: 3086128.
HSL color Cylindrical-coordinate representation of color #30172F: hue angle of 302.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30172F is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 47 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.81 |
| HSL | 302.4º | 0.35% | 0.14% | - |
| HSV(B) | 302.4º | 0.52% | 0.19% | - |
| XYZ | 2.04 | 1.45 | 2.86 | - |
| YUV | 33.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 47 | 0 | 0.52 | 0.02 | 0.81 | 302.4 | 0.35 | 0.14 |
| Hex | 30 | 17 | 2F | 0 | 34 | 2 | 51 | 12E | 23 | E |
| Octal | 60 | 27 | 57 | 0 | 64 | 2 | 121 | 456 | 43 | 16 |
| Binary | 110000 | 10111 | 101111 | 0 | 110100 | 10 | 1010001 | 100101110 | 100011 | 1110 |
Color Harmonies of #30172F
Complementary color
Monochromatic Colors of #30172F
Black with #30172F
Text Example
Text Example
White with #30172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30172F; }
p { color: rgb(48,23,47); }
H1.HeaderClassName
{
color: #30172F;
}
.AnyTagClassName
{
color: #30172F;
}
</style>
background-color css
<style>
a { background-color: #30172F; }
a { background-color: rgb(48,23,47); }
div.DivClassName
{
background-color: #30172F;
}
.BgClassName
{
background-color: #30172F;
}
</style>
border-color css
<style>
span { border-color: #30172F; }
span { border-color: rgb(48,23,47); }
td.TdClassName
{
border-color: #30172F;
}
.TagClassName
{
border-color: #30172F;
}
</style>