Shades of Mardi Gras #300B32
Tints of Mardi Gras #300B32
RGB
CMYK
RGB Variations
Color information
#300B32 (or 0x300B32) is known color: Mardi Gras. HEX triplet: 30, 0B and 32. RGB value is (48,11,50). Sum of RGB (Red+Green+Blue) = 48+11+50=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #300B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B32 is #CFF4CD. Grayscale: #1A1A1A. Windows color (decimal): -13628622 or 3279664. OLE color: 3279664.
HSL color Cylindrical-coordinate representation of color #300B32: hue angle of 296.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #300B32 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 11 | 50 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.80 |
| HSL | 296.92º | 0.64% | 0.12% | - |
| HSV(B) | 296.92º | 0.78% | 0.2% | - |
| XYZ | 1.91 | 1.1 | 3.13 | - |
| YUV | 26.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 50 | 0.04 | 0.78 | 0 | 0.80 | 296.92 | 0.64 | 0.12 |
| Hex | 30 | B | 32 | 4 | 4E | 0 | 50 | 129 | 40 | C |
| Octal | 60 | 13 | 62 | 4 | 116 | 0 | 120 | 451 | 100 | 14 |
| Binary | 110000 | 1011 | 110010 | 100 | 1001110 | 0 | 1010000 | 100101001 | 1000000 | 1100 |
Color Harmonies of #300B32
Complementary color
Monochromatic Colors of #300B32
Black with #300B32
Text Example
Text Example
White with #300B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B32; }
p { color: rgb(48,11,50); }
H1.HeaderClassName
{
color: #300B32;
}
.AnyTagClassName
{
color: #300B32;
}
</style>
background-color css
<style>
a { background-color: #300B32; }
a { background-color: rgb(48,11,50); }
div.DivClassName
{
background-color: #300B32;
}
.BgClassName
{
background-color: #300B32;
}
</style>
border-color css
<style>
span { border-color: #300B32; }
span { border-color: rgb(48,11,50); }
td.TdClassName
{
border-color: #300B32;
}
.TagClassName
{
border-color: #300B32;
}
</style>