Shades of Mardi Gras #300A2B
Tints of Mardi Gras #300A2B
RGB
CMYK
RGB Variations
Color information
#300A2B (or 0x300A2B) is known color: Mardi Gras. HEX triplet: 30, 0A and 2B. RGB value is (48,10,43). Sum of RGB (Red+Green+Blue) = 48+10+43=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2B is #CFF5D4. Grayscale: #191919. Windows color (decimal): -13628885 or 2820656. OLE color: 2820656.
HSL color Cylindrical-coordinate representation of color #300A2B: hue angle of 307.89º 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 #300A2B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 43 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.81 |
| HSL | 307.89º | 0.66% | 0.11% | - |
| HSV(B) | 307.89º | 0.79% | 0.19% | - |
| XYZ | 1.76 | 1.02 | 2.39 | - |
| YUV | 25.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 43 | 0 | 0.79 | 0.10 | 0.81 | 307.89 | 0.66 | 0.11 |
| Hex | 30 | A | 2B | 0 | 4F | A | 51 | 134 | 42 | B |
| Octal | 60 | 12 | 53 | 0 | 117 | 12 | 121 | 464 | 102 | 13 |
| Binary | 110000 | 1010 | 101011 | 0 | 1001111 | 1010 | 1010001 | 100110100 | 1000010 | 1011 |
Color Harmonies of #300A2B
Complementary color
Monochromatic Colors of #300A2B
Black with #300A2B
Text Example
Text Example
White with #300A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A2B; }
p { color: rgb(48,10,43); }
H1.HeaderClassName
{
color: #300A2B;
}
.AnyTagClassName
{
color: #300A2B;
}
</style>
background-color css
<style>
a { background-color: #300A2B; }
a { background-color: rgb(48,10,43); }
div.DivClassName
{
background-color: #300A2B;
}
.BgClassName
{
background-color: #300A2B;
}
</style>
border-color css
<style>
span { border-color: #300A2B; }
span { border-color: rgb(48,10,43); }
td.TdClassName
{
border-color: #300A2B;
}
.TagClassName
{
border-color: #300A2B;
}
</style>