Shades of Mardi Gras #301B32
Tints of Mardi Gras #301B32
RGB
CMYK
RGB Variations
Color information
#301B32 (or 0x301B32) is known color: Mardi Gras. HEX triplet: 30, 1B and 32. RGB value is (48,27,50). Sum of RGB (Red+Green+Blue) = 48+27+50=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 50 - color contains mainly: blue. Hex color #301B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B32 is #CFE4CD. Grayscale: #232323. Windows color (decimal): -13624526 or 3283760. OLE color: 3283760.
HSL color Cylindrical-coordinate representation of color #301B32: hue angle of 294.78º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301B32 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 27 | 50 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.80 |
| HSL | 294.78º | 0.3% | 0.15% | - |
| HSV(B) | 294.78º | 0.46% | 0.2% | - |
| XYZ | 2.19 | 1.64 | 3.22 | - |
| YUV | 35.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 50 | 0.04 | 0.46 | 0 | 0.80 | 294.78 | 0.3 | 0.15 |
| Hex | 30 | 1B | 32 | 4 | 2E | 0 | 50 | 127 | 1E | F |
| Octal | 60 | 33 | 62 | 4 | 56 | 0 | 120 | 447 | 36 | 17 |
| Binary | 110000 | 11011 | 110010 | 100 | 101110 | 0 | 1010000 | 100100111 | 11110 | 1111 |
Color Harmonies of #301B32
Complementary color
Monochromatic Colors of #301B32
Black with #301B32
Text Example
Text Example
White with #301B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B32; }
p { color: rgb(48,27,50); }
H1.HeaderClassName
{
color: #301B32;
}
.AnyTagClassName
{
color: #301B32;
}
</style>
background-color css
<style>
a { background-color: #301B32; }
a { background-color: rgb(48,27,50); }
div.DivClassName
{
background-color: #301B32;
}
.BgClassName
{
background-color: #301B32;
}
</style>
border-color css
<style>
span { border-color: #301B32; }
span { border-color: rgb(48,27,50); }
td.TdClassName
{
border-color: #301B32;
}
.TagClassName
{
border-color: #301B32;
}
</style>