Shades of Mardi Gras #421B3F
Tints of Mardi Gras #421B3F
RGB
CMYK
RGB Variations
Color information
#421B3F (or 0x421B3F) is known color: Mardi Gras. HEX triplet: 42, 1B and 3F. RGB value is (66,27,63). Sum of RGB (Red+Green+Blue) = 66+27+63=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #421B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B3F is #BDE4C0. Grayscale: #2A2A2A. Windows color (decimal): -12444865 or 4135746. OLE color: 4135746.
HSL color Cylindrical-coordinate representation of color #421B3F: hue angle of 304.62º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B3F is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 63 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.74 |
| HSL | 304.62º | 0.42% | 0.18% | - |
| HSV(B) | 304.62º | 0.59% | 0.26% | - |
| XYZ | 3.54 | 2.3 | 4.96 | - |
| YUV | 42.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 63 | 0 | 0.59 | 0.05 | 0.74 | 304.62 | 0.42 | 0.18 |
| Hex | 42 | 1B | 3F | 0 | 3B | 5 | 4A | 131 | 2A | 12 |
| Octal | 102 | 33 | 77 | 0 | 73 | 5 | 112 | 461 | 52 | 22 |
| Binary | 1000010 | 11011 | 111111 | 0 | 111011 | 101 | 1001010 | 100110001 | 101010 | 10010 |
Color Harmonies of #421B3F
Complementary color
Monochromatic Colors of #421B3F
Black with #421B3F
Text Example
Text Example
White with #421B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B3F; }
p { color: rgb(66,27,63); }
H1.HeaderClassName
{
color: #421B3F;
}
.AnyTagClassName
{
color: #421B3F;
}
</style>
background-color css
<style>
a { background-color: #421B3F; }
a { background-color: rgb(66,27,63); }
div.DivClassName
{
background-color: #421B3F;
}
.BgClassName
{
background-color: #421B3F;
}
</style>
border-color css
<style>
span { border-color: #421B3F; }
span { border-color: rgb(66,27,63); }
td.TdClassName
{
border-color: #421B3F;
}
.TagClassName
{
border-color: #421B3F;
}
</style>