Shades of Mardi Gras #430B3C
Tints of Mardi Gras #430B3C
RGB
CMYK
RGB Variations
Color information
#430B3C (or 0x430B3C) is known color: Mardi Gras. HEX triplet: 43, 0B and 3C. RGB value is (67,11,60). Sum of RGB (Red+Green+Blue) = 67+11+60=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #430B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B3C is #BCF4C3. Grayscale: #212121. Windows color (decimal): -12383428 or 3935043. OLE color: 3935043.
HSL color Cylindrical-coordinate representation of color #430B3C: hue angle of 307.5º 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 #430B3C is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 60 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.74 |
| HSL | 307.5º | 0.72% | 0.15% | - |
| HSV(B) | 307.5º | 0.84% | 0.26% | - |
| XYZ | 3.25 | 1.76 | 4.44 | - |
| YUV | 33.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 60 | 0 | 0.84 | 0.10 | 0.74 | 307.5 | 0.72 | 0.15 |
| Hex | 43 | B | 3C | 0 | 54 | A | 4A | 134 | 48 | F |
| Octal | 103 | 13 | 74 | 0 | 124 | 12 | 112 | 464 | 110 | 17 |
| Binary | 1000011 | 1011 | 111100 | 0 | 1010100 | 1010 | 1001010 | 100110100 | 1001000 | 1111 |
Color Harmonies of #430B3C
Complementary color
Monochromatic Colors of #430B3C
Black with #430B3C
Text Example
Text Example
White with #430B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B3C; }
p { color: rgb(67,11,60); }
H1.HeaderClassName
{
color: #430B3C;
}
.AnyTagClassName
{
color: #430B3C;
}
</style>
background-color css
<style>
a { background-color: #430B3C; }
a { background-color: rgb(67,11,60); }
div.DivClassName
{
background-color: #430B3C;
}
.BgClassName
{
background-color: #430B3C;
}
</style>
border-color css
<style>
span { border-color: #430B3C; }
span { border-color: rgb(67,11,60); }
td.TdClassName
{
border-color: #430B3C;
}
.TagClassName
{
border-color: #430B3C;
}
</style>