Shades of Mardi Gras #300A2D
Tints of Mardi Gras #300A2D
RGB
CMYK
RGB Variations
Color information
#300A2D (or 0x300A2D) is known color: Mardi Gras. HEX triplet: 30, 0A and 2D. RGB value is (48,10,45). Sum of RGB (Red+Green+Blue) = 48+10+45=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2D is #CFF5D2. Grayscale: #191919. Windows color (decimal): -13628883 or 2951728. OLE color: 2951728.
HSL color Cylindrical-coordinate representation of color #300A2D: hue angle of 304.74º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A2D is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 45 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.81 |
| HSL | 304.74º | 0.66% | 0.11% | - |
| HSV(B) | 304.74º | 0.79% | 0.19% | - |
| XYZ | 1.8 | 1.03 | 2.59 | - |
| YUV | 25.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 45 | 0 | 0.79 | 0.06 | 0.81 | 304.74 | 0.66 | 0.11 |
| Hex | 30 | A | 2D | 0 | 4F | 6 | 51 | 131 | 42 | B |
| Octal | 60 | 12 | 55 | 0 | 117 | 6 | 121 | 461 | 102 | 13 |
| Binary | 110000 | 1010 | 101101 | 0 | 1001111 | 110 | 1010001 | 100110001 | 1000010 | 1011 |
Color Harmonies of #300A2D
Complementary color
Monochromatic Colors of #300A2D
Black with #300A2D
Text Example
Text Example
White with #300A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A2D; }
p { color: rgb(48,10,45); }
H1.HeaderClassName
{
color: #300A2D;
}
.AnyTagClassName
{
color: #300A2D;
}
</style>
background-color css
<style>
a { background-color: #300A2D; }
a { background-color: rgb(48,10,45); }
div.DivClassName
{
background-color: #300A2D;
}
.BgClassName
{
background-color: #300A2D;
}
</style>
border-color css
<style>
span { border-color: #300A2D; }
span { border-color: rgb(48,10,45); }
td.TdClassName
{
border-color: #300A2D;
}
.TagClassName
{
border-color: #300A2D;
}
</style>