Shades of Mardi Gras #430B3A
Tints of Mardi Gras #430B3A
RGB
CMYK
RGB Variations
Color information
#430B3A (or 0x430B3A) is known color: Mardi Gras. HEX triplet: 43, 0B and 3A. RGB value is (67,11,58). Sum of RGB (Red+Green+Blue) = 67+11+58=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #430B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B3A is #BCF4C5. Grayscale: #202020. Windows color (decimal): -12383430 or 3803971. OLE color: 3803971.
HSL color Cylindrical-coordinate representation of color #430B3A: hue angle of 309.64º 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 #430B3A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 58 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.74 |
| HSL | 309.64º | 0.72% | 0.15% | - |
| HSV(B) | 309.64º | 0.84% | 0.26% | - |
| XYZ | 3.2 | 1.74 | 4.17 | - |
| YUV | 33.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 58 | 0 | 0.84 | 0.13 | 0.74 | 309.64 | 0.72 | 0.15 |
| Hex | 43 | B | 3A | 0 | 54 | D | 4A | 136 | 48 | F |
| Octal | 103 | 13 | 72 | 0 | 124 | 15 | 112 | 466 | 110 | 17 |
| Binary | 1000011 | 1011 | 111010 | 0 | 1010100 | 1101 | 1001010 | 100110110 | 1001000 | 1111 |
Color Harmonies of #430B3A
Complementary color
Monochromatic Colors of #430B3A
Black with #430B3A
Text Example
Text Example
White with #430B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B3A; }
p { color: rgb(67,11,58); }
H1.HeaderClassName
{
color: #430B3A;
}
.AnyTagClassName
{
color: #430B3A;
}
</style>
background-color css
<style>
a { background-color: #430B3A; }
a { background-color: rgb(67,11,58); }
div.DivClassName
{
background-color: #430B3A;
}
.BgClassName
{
background-color: #430B3A;
}
</style>
border-color css
<style>
span { border-color: #430B3A; }
span { border-color: rgb(67,11,58); }
td.TdClassName
{
border-color: #430B3A;
}
.TagClassName
{
border-color: #430B3A;
}
</style>