Shades of Mardi Gras #431B3D
Tints of Mardi Gras #431B3D
RGB
CMYK
RGB Variations
Color information
#431B3D (or 0x431B3D) is known color: Mardi Gras. HEX triplet: 43, 1B and 3D. RGB value is (67,27,61). Sum of RGB (Red+Green+Blue) = 67+27+61=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #431B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B3D is #BCE4C2. Grayscale: #2A2A2A. Windows color (decimal): -12379331 or 4004675. OLE color: 4004675.
HSL color Cylindrical-coordinate representation of color #431B3D: hue angle of 309º 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 #431B3D is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 61 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.74 |
| HSL | 309º | 0.43% | 0.18% | - |
| HSV(B) | 309º | 0.6% | 0.26% | - |
| XYZ | 3.55 | 2.31 | 4.67 | - |
| YUV | 42.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 61 | 0 | 0.60 | 0.09 | 0.74 | 309 | 0.43 | 0.18 |
| Hex | 43 | 1B | 3D | 0 | 3C | 9 | 4A | 135 | 2B | 12 |
| Octal | 103 | 33 | 75 | 0 | 74 | 11 | 112 | 465 | 53 | 22 |
| Binary | 1000011 | 11011 | 111101 | 0 | 111100 | 1001 | 1001010 | 100110101 | 101011 | 10010 |
Color Harmonies of #431B3D
Complementary color
Monochromatic Colors of #431B3D
Black with #431B3D
Text Example
Text Example
White with #431B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B3D; }
p { color: rgb(67,27,61); }
H1.HeaderClassName
{
color: #431B3D;
}
.AnyTagClassName
{
color: #431B3D;
}
</style>
background-color css
<style>
a { background-color: #431B3D; }
a { background-color: rgb(67,27,61); }
div.DivClassName
{
background-color: #431B3D;
}
.BgClassName
{
background-color: #431B3D;
}
</style>
border-color css
<style>
span { border-color: #431B3D; }
span { border-color: rgb(67,27,61); }
td.TdClassName
{
border-color: #431B3D;
}
.TagClassName
{
border-color: #431B3D;
}
</style>