Shades of Mardi Gras #300D33
Tints of Mardi Gras #300D33
RGB
CMYK
RGB Variations
Color information
#300D33 (or 0x300D33) is known color: Mardi Gras. HEX triplet: 30, 0D and 33. RGB value is (48,13,51). Sum of RGB (Red+Green+Blue) = 48+13+51=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #300D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D33 is #CFF2CC. Grayscale: #1B1B1B. Windows color (decimal): -13628109 or 3345712. OLE color: 3345712.
HSL color Cylindrical-coordinate representation of color #300D33: hue angle of 295.26º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300D33 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 13 | 51 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.8 |
| HSL | 295.26º | 0.59% | 0.13% | - |
| HSV(B) | 295.26º | 0.75% | 0.2% | - |
| XYZ | 1.96 | 1.16 | 3.25 | - |
| YUV | 27.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 51 | 0.06 | 0.75 | 0 | 0.8 | 295.26 | 0.59 | 0.13 |
| Hex | 30 | D | 33 | 6 | 4B | 0 | 50 | 127 | 3B | D |
| Octal | 60 | 15 | 63 | 6 | 113 | 0 | 120 | 447 | 73 | 15 |
| Binary | 110000 | 1101 | 110011 | 110 | 1001011 | 0 | 1010000 | 100100111 | 111011 | 1101 |
Color Harmonies of #300D33
Complementary color
Monochromatic Colors of #300D33
Black with #300D33
Text Example
Text Example
White with #300D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D33; }
p { color: rgb(48,13,51); }
H1.HeaderClassName
{
color: #300D33;
}
.AnyTagClassName
{
color: #300D33;
}
</style>
background-color css
<style>
a { background-color: #300D33; }
a { background-color: rgb(48,13,51); }
div.DivClassName
{
background-color: #300D33;
}
.BgClassName
{
background-color: #300D33;
}
</style>
border-color css
<style>
span { border-color: #300D33; }
span { border-color: rgb(48,13,51); }
td.TdClassName
{
border-color: #300D33;
}
.TagClassName
{
border-color: #300D33;
}
</style>