Shades of Mardi Gras #30272F
Tints of Mardi Gras #30272F
RGB
CMYK
RGB Variations
Color information
#30272F (or 0x30272F) is known color: Mardi Gras. HEX triplet: 30, 27 and 2F. RGB value is (48,39,47). Sum of RGB (Red+Green+Blue) = 48+39+47=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30272F is #CFD8D0. Grayscale: #2A2A2A. Windows color (decimal): -13621457 or 3090224. OLE color: 3090224.
HSL color Cylindrical-coordinate representation of color #30272F: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30272F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 47 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.81 |
| HSL | 306.67º | 0.1% | 0.17% | - |
| HSV(B) | 306.67º | 0.19% | 0.19% | - |
| XYZ | 2.46 | 2.28 | 3 | - |
| YUV | 42.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 47 | 0 | 0.19 | 0.02 | 0.81 | 306.67 | 0.1 | 0.17 |
| Hex | 30 | 27 | 2F | 0 | 13 | 2 | 51 | 133 | A | 11 |
| Octal | 60 | 47 | 57 | 0 | 23 | 2 | 121 | 463 | 12 | 21 |
| Binary | 110000 | 100111 | 101111 | 0 | 10011 | 10 | 1010001 | 100110011 | 1010 | 10001 |
Color Harmonies of #30272F
Complementary color
Monochromatic Colors of #30272F
Black with #30272F
Text Example
Text Example
White with #30272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30272F; }
p { color: rgb(48,39,47); }
H1.HeaderClassName
{
color: #30272F;
}
.AnyTagClassName
{
color: #30272F;
}
</style>
background-color css
<style>
a { background-color: #30272F; }
a { background-color: rgb(48,39,47); }
div.DivClassName
{
background-color: #30272F;
}
.BgClassName
{
background-color: #30272F;
}
</style>
border-color css
<style>
span { border-color: #30272F; }
span { border-color: rgb(48,39,47); }
td.TdClassName
{
border-color: #30272F;
}
.TagClassName
{
border-color: #30272F;
}
</style>