Shades of Mardi Gras #430B49
Tints of Mardi Gras #430B49
RGB
CMYK
RGB Variations
Color information
#430B49 (or 0x430B49) is known color: Mardi Gras. HEX triplet: 43, 0B and 49. RGB value is (67,11,73). Sum of RGB (Red+Green+Blue) = 67+11+73=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #430B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B49 is #BCF4B6. Grayscale: #222222. Windows color (decimal): -12383415 or 4787011. OLE color: 4787011.
HSL color Cylindrical-coordinate representation of color #430B49: hue angle of 294.19º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430B49 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 11 | 73 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.71 |
| HSL | 294.19º | 0.74% | 0.16% | - |
| HSV(B) | 294.19º | 0.85% | 0.29% | - |
| XYZ | 3.64 | 1.91 | 6.48 | - |
| YUV | 34.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 73 | 0.08 | 0.85 | 0 | 0.71 | 294.19 | 0.74 | 0.16 |
| Hex | 43 | B | 49 | 8 | 55 | 0 | 47 | 126 | 4A | 10 |
| Octal | 103 | 13 | 111 | 10 | 125 | 0 | 107 | 446 | 112 | 20 |
| Binary | 1000011 | 1011 | 1001001 | 1000 | 1010101 | 0 | 1000111 | 100100110 | 1001010 | 10000 |
Color Harmonies of #430B49
Complementary color
Monochromatic Colors of #430B49
Black with #430B49
Text Example
Text Example
White with #430B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B49; }
p { color: rgb(67,11,73); }
H1.HeaderClassName
{
color: #430B49;
}
.AnyTagClassName
{
color: #430B49;
}
</style>
background-color css
<style>
a { background-color: #430B49; }
a { background-color: rgb(67,11,73); }
div.DivClassName
{
background-color: #430B49;
}
.BgClassName
{
background-color: #430B49;
}
</style>
border-color css
<style>
span { border-color: #430B49; }
span { border-color: rgb(67,11,73); }
td.TdClassName
{
border-color: #430B49;
}
.TagClassName
{
border-color: #430B49;
}
</style>