Shades of Mardi Gras #30252F
Tints of Mardi Gras #30252F
RGB
CMYK
RGB Variations
Color information
#30252F (or 0x30252F) is known color: Mardi Gras. HEX triplet: 30, 25 and 2F. RGB value is (48,37,47). Sum of RGB (Red+Green+Blue) = 48+37+47=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252F is #CFDAD0. Grayscale: #292929. Windows color (decimal): -13621969 or 3089712. OLE color: 3089712.
HSL color Cylindrical-coordinate representation of color #30252F: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30252F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 47 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.81 |
| HSL | 305.45º | 0.13% | 0.17% | - |
| HSV(B) | 305.45º | 0.23% | 0.19% | - |
| XYZ | 2.39 | 2.16 | 2.98 | - |
| YUV | 41.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 47 | 0 | 0.23 | 0.02 | 0.81 | 305.45 | 0.13 | 0.17 |
| Hex | 30 | 25 | 2F | 0 | 17 | 2 | 51 | 131 | D | 11 |
| Octal | 60 | 45 | 57 | 0 | 27 | 2 | 121 | 461 | 15 | 21 |
| Binary | 110000 | 100101 | 101111 | 0 | 10111 | 10 | 1010001 | 100110001 | 1101 | 10001 |
Color Harmonies of #30252F
Complementary color
Monochromatic Colors of #30252F
Black with #30252F
Text Example
Text Example
White with #30252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30252F; }
p { color: rgb(48,37,47); }
H1.HeaderClassName
{
color: #30252F;
}
.AnyTagClassName
{
color: #30252F;
}
</style>
background-color css
<style>
a { background-color: #30252F; }
a { background-color: rgb(48,37,47); }
div.DivClassName
{
background-color: #30252F;
}
.BgClassName
{
background-color: #30252F;
}
</style>
border-color css
<style>
span { border-color: #30252F; }
span { border-color: rgb(48,37,47); }
td.TdClassName
{
border-color: #30252F;
}
.TagClassName
{
border-color: #30252F;
}
</style>