Shades of Mardi Gras #301F33
Tints of Mardi Gras #301F33
RGB
CMYK
RGB Variations
Color information
#301F33 (or 0x301F33) is known color: Mardi Gras. HEX triplet: 30, 1F and 33. RGB value is (48,31,51). Sum of RGB (Red+Green+Blue) = 48+31+51=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #301F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F33 is #CFE0CC. Grayscale: #262626. Windows color (decimal): -13623501 or 3350320. OLE color: 3350320.
HSL color Cylindrical-coordinate representation of color #301F33: hue angle of 291º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #301F33 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 31 | 51 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.8 |
| HSL | 291º | 0.24% | 0.16% | - |
| HSV(B) | 291º | 0.39% | 0.2% | - |
| XYZ | 2.31 | 1.85 | 3.37 | - |
| YUV | 38.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 51 | 0.06 | 0.39 | 0 | 0.8 | 291 | 0.24 | 0.16 |
| Hex | 30 | 1F | 33 | 6 | 27 | 0 | 50 | 123 | 18 | 10 |
| Octal | 60 | 37 | 63 | 6 | 47 | 0 | 120 | 443 | 30 | 20 |
| Binary | 110000 | 11111 | 110011 | 110 | 100111 | 0 | 1010000 | 100100011 | 11000 | 10000 |
Color Harmonies of #301F33
Complementary color
Monochromatic Colors of #301F33
Black with #301F33
Text Example
Text Example
White with #301F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F33; }
p { color: rgb(48,31,51); }
H1.HeaderClassName
{
color: #301F33;
}
.AnyTagClassName
{
color: #301F33;
}
</style>
background-color css
<style>
a { background-color: #301F33; }
a { background-color: rgb(48,31,51); }
div.DivClassName
{
background-color: #301F33;
}
.BgClassName
{
background-color: #301F33;
}
</style>
border-color css
<style>
span { border-color: #301F33; }
span { border-color: rgb(48,31,51); }
td.TdClassName
{
border-color: #301F33;
}
.TagClassName
{
border-color: #301F33;
}
</style>