Shades of Mardi Gras #430B48
Tints of Mardi Gras #430B48
RGB
CMYK
RGB Variations
Color information
#430B48 (or 0x430B48) is known color: Mardi Gras. HEX triplet: 43, 0B and 48. RGB value is (67,11,72). Sum of RGB (Red+Green+Blue) = 67+11+72=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #430B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B48 is #BCF4B7. Grayscale: #222222. Windows color (decimal): -12383416 or 4721475. OLE color: 4721475.
HSL color Cylindrical-coordinate representation of color #430B48: hue angle of 295.08º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430B48 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 11 | 72 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.72 |
| HSL | 295.08º | 0.73% | 0.16% | - |
| HSV(B) | 295.08º | 0.85% | 0.28% | - |
| XYZ | 3.6 | 1.9 | 6.31 | - |
| YUV | 34.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 72 | 0.07 | 0.85 | 0 | 0.72 | 295.08 | 0.73 | 0.16 |
| Hex | 43 | B | 48 | 7 | 55 | 0 | 48 | 127 | 49 | 10 |
| Octal | 103 | 13 | 110 | 7 | 125 | 0 | 110 | 447 | 111 | 20 |
| Binary | 1000011 | 1011 | 1001000 | 111 | 1010101 | 0 | 1001000 | 100100111 | 1001001 | 10000 |
Color Harmonies of #430B48
Complementary color
Monochromatic Colors of #430B48
Black with #430B48
Text Example
Text Example
White with #430B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B48; }
p { color: rgb(67,11,72); }
H1.HeaderClassName
{
color: #430B48;
}
.AnyTagClassName
{
color: #430B48;
}
</style>
background-color css
<style>
a { background-color: #430B48; }
a { background-color: rgb(67,11,72); }
div.DivClassName
{
background-color: #430B48;
}
.BgClassName
{
background-color: #430B48;
}
</style>
border-color css
<style>
span { border-color: #430B48; }
span { border-color: rgb(67,11,72); }
td.TdClassName
{
border-color: #430B48;
}
.TagClassName
{
border-color: #430B48;
}
</style>