Shades of Mardi Gras #30172D
Tints of Mardi Gras #30172D
RGB
CMYK
RGB Variations
Color information
#30172D (or 0x30172D) is known color: Mardi Gras. HEX triplet: 30, 17 and 2D. RGB value is (48,23,45). Sum of RGB (Red+Green+Blue) = 48+23+45=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172D is #CFE8D2. Grayscale: #202020. Windows color (decimal): -13625555 or 2955056. OLE color: 2955056.
HSL color Cylindrical-coordinate representation of color #30172D: hue angle of 307.2º 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 #30172D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 45 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.81 |
| HSL | 307.2º | 0.35% | 0.14% | - |
| HSV(B) | 307.2º | 0.52% | 0.19% | - |
| XYZ | 2 | 1.43 | 2.65 | - |
| YUV | 32.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 45 | 0 | 0.52 | 0.06 | 0.81 | 307.2 | 0.35 | 0.14 |
| Hex | 30 | 17 | 2D | 0 | 34 | 6 | 51 | 133 | 23 | E |
| Octal | 60 | 27 | 55 | 0 | 64 | 6 | 121 | 463 | 43 | 16 |
| Binary | 110000 | 10111 | 101101 | 0 | 110100 | 110 | 1010001 | 100110011 | 100011 | 1110 |
Color Harmonies of #30172D
Complementary color
Monochromatic Colors of #30172D
Black with #30172D
Text Example
Text Example
White with #30172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30172D; }
p { color: rgb(48,23,45); }
H1.HeaderClassName
{
color: #30172D;
}
.AnyTagClassName
{
color: #30172D;
}
</style>
background-color css
<style>
a { background-color: #30172D; }
a { background-color: rgb(48,23,45); }
div.DivClassName
{
background-color: #30172D;
}
.BgClassName
{
background-color: #30172D;
}
</style>
border-color css
<style>
span { border-color: #30172D; }
span { border-color: rgb(48,23,45); }
td.TdClassName
{
border-color: #30172D;
}
.TagClassName
{
border-color: #30172D;
}
</style>