Shades of Mardi Gras #430B3B
Tints of Mardi Gras #430B3B
RGB
CMYK
RGB Variations
Color information
#430B3B (or 0x430B3B) is known color: Mardi Gras. HEX triplet: 43, 0B and 3B. RGB value is (67,11,59). Sum of RGB (Red+Green+Blue) = 67+11+59=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #430B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B3B is #BCF4C4. Grayscale: #212121. Windows color (decimal): -12383429 or 3869507. OLE color: 3869507.
HSL color Cylindrical-coordinate representation of color #430B3B: hue angle of 308.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B3B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 59 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.74 |
| HSL | 308.57º | 0.72% | 0.15% | - |
| HSV(B) | 308.57º | 0.84% | 0.26% | - |
| XYZ | 3.22 | 1.75 | 4.31 | - |
| YUV | 33.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 59 | 0 | 0.84 | 0.12 | 0.74 | 308.57 | 0.72 | 0.15 |
| Hex | 43 | B | 3B | 0 | 54 | C | 4A | 135 | 48 | F |
| Octal | 103 | 13 | 73 | 0 | 124 | 14 | 112 | 465 | 110 | 17 |
| Binary | 1000011 | 1011 | 111011 | 0 | 1010100 | 1100 | 1001010 | 100110101 | 1001000 | 1111 |
Color Harmonies of #430B3B
Complementary color
Monochromatic Colors of #430B3B
Black with #430B3B
Text Example
Text Example
White with #430B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B3B; }
p { color: rgb(67,11,59); }
H1.HeaderClassName
{
color: #430B3B;
}
.AnyTagClassName
{
color: #430B3B;
}
</style>
background-color css
<style>
a { background-color: #430B3B; }
a { background-color: rgb(67,11,59); }
div.DivClassName
{
background-color: #430B3B;
}
.BgClassName
{
background-color: #430B3B;
}
</style>
border-color css
<style>
span { border-color: #430B3B; }
span { border-color: rgb(67,11,59); }
td.TdClassName
{
border-color: #430B3B;
}
.TagClassName
{
border-color: #430B3B;
}
</style>