Shades of Mardi Gras #300D2D
Tints of Mardi Gras #300D2D
RGB
CMYK
RGB Variations
Color information
#300D2D (or 0x300D2D) is known color: Mardi Gras. HEX triplet: 30, 0D and 2D. RGB value is (48,13,45). Sum of RGB (Red+Green+Blue) = 48+13+45=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #300D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D2D is #CFF2D2. Grayscale: #1B1B1B. Windows color (decimal): -13628115 or 2952496. OLE color: 2952496.
HSL color Cylindrical-coordinate representation of color #300D2D: hue angle of 305.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D2D is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 45 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.81 |
| HSL | 305.14º | 0.57% | 0.12% | - |
| HSV(B) | 305.14º | 0.73% | 0.19% | - |
| XYZ | 1.84 | 1.11 | 2.6 | - |
| YUV | 27.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 45 | 0 | 0.73 | 0.06 | 0.81 | 305.14 | 0.57 | 0.12 |
| Hex | 30 | D | 2D | 0 | 49 | 6 | 51 | 131 | 39 | C |
| Octal | 60 | 15 | 55 | 0 | 111 | 6 | 121 | 461 | 71 | 14 |
| Binary | 110000 | 1101 | 101101 | 0 | 1001001 | 110 | 1010001 | 100110001 | 111001 | 1100 |
Color Harmonies of #300D2D
Complementary color
Monochromatic Colors of #300D2D
Black with #300D2D
Text Example
Text Example
White with #300D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D2D; }
p { color: rgb(48,13,45); }
H1.HeaderClassName
{
color: #300D2D;
}
.AnyTagClassName
{
color: #300D2D;
}
</style>
background-color css
<style>
a { background-color: #300D2D; }
a { background-color: rgb(48,13,45); }
div.DivClassName
{
background-color: #300D2D;
}
.BgClassName
{
background-color: #300D2D;
}
</style>
border-color css
<style>
span { border-color: #300D2D; }
span { border-color: rgb(48,13,45); }
td.TdClassName
{
border-color: #300D2D;
}
.TagClassName
{
border-color: #300D2D;
}
</style>