Shades of Mardi Gras #301F32
Tints of Mardi Gras #301F32
RGB
CMYK
RGB Variations
Color information
#301F32 (or 0x301F32) is known color: Mardi Gras. HEX triplet: 30, 1F and 32. RGB value is (48,31,50). Sum of RGB (Red+Green+Blue) = 48+31+50=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #301F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F32 is #CFE0CD. Grayscale: #262626. Windows color (decimal): -13623502 or 3284784. OLE color: 3284784.
HSL color Cylindrical-coordinate representation of color #301F32: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301F32 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 31 | 50 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.80 |
| HSL | 293.68º | 0.23% | 0.16% | - |
| HSV(B) | 293.68º | 0.38% | 0.2% | - |
| XYZ | 2.28 | 1.84 | 3.25 | - |
| YUV | 38.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 50 | 0.04 | 0.38 | 0 | 0.80 | 293.68 | 0.23 | 0.16 |
| Hex | 30 | 1F | 32 | 4 | 26 | 0 | 50 | 126 | 17 | 10 |
| Octal | 60 | 37 | 62 | 4 | 46 | 0 | 120 | 446 | 27 | 20 |
| Binary | 110000 | 11111 | 110010 | 100 | 100110 | 0 | 1010000 | 100100110 | 10111 | 10000 |
Color Harmonies of #301F32
Complementary color
Monochromatic Colors of #301F32
Black with #301F32
Text Example
Text Example
White with #301F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F32; }
p { color: rgb(48,31,50); }
H1.HeaderClassName
{
color: #301F32;
}
.AnyTagClassName
{
color: #301F32;
}
</style>
background-color css
<style>
a { background-color: #301F32; }
a { background-color: rgb(48,31,50); }
div.DivClassName
{
background-color: #301F32;
}
.BgClassName
{
background-color: #301F32;
}
</style>
border-color css
<style>
span { border-color: #301F32; }
span { border-color: rgb(48,31,50); }
td.TdClassName
{
border-color: #301F32;
}
.TagClassName
{
border-color: #301F32;
}
</style>