Shades of Mardi Gras #300B2D
Tints of Mardi Gras #300B2D
RGB
CMYK
RGB Variations
Color information
#300B2D (or 0x300B2D) is known color: Mardi Gras. HEX triplet: 30, 0B and 2D. RGB value is (48,11,45). Sum of RGB (Red+Green+Blue) = 48+11+45=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2D is #CFF4D2. Grayscale: #191919. Windows color (decimal): -13628627 or 2951984. OLE color: 2951984.
HSL color Cylindrical-coordinate representation of color #300B2D: hue angle of 304.86º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B2D is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 45 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.81 |
| HSL | 304.86º | 0.63% | 0.12% | - |
| HSV(B) | 304.86º | 0.77% | 0.19% | - |
| XYZ | 1.81 | 1.06 | 2.59 | - |
| YUV | 25.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 45 | 0 | 0.77 | 0.06 | 0.81 | 304.86 | 0.63 | 0.12 |
| Hex | 30 | B | 2D | 0 | 4D | 6 | 51 | 131 | 3F | C |
| Octal | 60 | 13 | 55 | 0 | 115 | 6 | 121 | 461 | 77 | 14 |
| Binary | 110000 | 1011 | 101101 | 0 | 1001101 | 110 | 1010001 | 100110001 | 111111 | 1100 |
Color Harmonies of #300B2D
Complementary color
Monochromatic Colors of #300B2D
Black with #300B2D
Text Example
Text Example
White with #300B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B2D; }
p { color: rgb(48,11,45); }
H1.HeaderClassName
{
color: #300B2D;
}
.AnyTagClassName
{
color: #300B2D;
}
</style>
background-color css
<style>
a { background-color: #300B2D; }
a { background-color: rgb(48,11,45); }
div.DivClassName
{
background-color: #300B2D;
}
.BgClassName
{
background-color: #300B2D;
}
</style>
border-color css
<style>
span { border-color: #300B2D; }
span { border-color: rgb(48,11,45); }
td.TdClassName
{
border-color: #300B2D;
}
.TagClassName
{
border-color: #300B2D;
}
</style>