Shades of Mardi Gras #431B3C
Tints of Mardi Gras #431B3C
RGB
CMYK
RGB Variations
Color information
#431B3C (or 0x431B3C) is known color: Mardi Gras. HEX triplet: 43, 1B and 3C. RGB value is (67,27,60). Sum of RGB (Red+Green+Blue) = 67+27+60=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #431B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B3C is #BCE4C3. Grayscale: #2A2A2A. Windows color (decimal): -12379332 or 3939139. OLE color: 3939139.
HSL color Cylindrical-coordinate representation of color #431B3C: hue angle of 310.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B3C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 60 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.74 |
| HSL | 310.5º | 0.43% | 0.18% | - |
| HSV(B) | 310.5º | 0.6% | 0.26% | - |
| XYZ | 3.52 | 2.3 | 4.53 | - |
| YUV | 42.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 60 | 0 | 0.60 | 0.10 | 0.74 | 310.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 3C | 0 | 3C | A | 4A | 136 | 2B | 12 |
| Octal | 103 | 33 | 74 | 0 | 74 | 12 | 112 | 466 | 53 | 22 |
| Binary | 1000011 | 11011 | 111100 | 0 | 111100 | 1010 | 1001010 | 100110110 | 101011 | 10010 |
Color Harmonies of #431B3C
Complementary color
Monochromatic Colors of #431B3C
Black with #431B3C
Text Example
Text Example
White with #431B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B3C; }
p { color: rgb(67,27,60); }
H1.HeaderClassName
{
color: #431B3C;
}
.AnyTagClassName
{
color: #431B3C;
}
</style>
background-color css
<style>
a { background-color: #431B3C; }
a { background-color: rgb(67,27,60); }
div.DivClassName
{
background-color: #431B3C;
}
.BgClassName
{
background-color: #431B3C;
}
</style>
border-color css
<style>
span { border-color: #431B3C; }
span { border-color: rgb(67,27,60); }
td.TdClassName
{
border-color: #431B3C;
}
.TagClassName
{
border-color: #431B3C;
}
</style>