Shades of Melanzane #421F39
Tints of Melanzane #421F39
RGB
CMYK
RGB Variations
Color information
#421F39 (or 0x421F39) is known color: Melanzane. HEX triplet: 42, 1F and 39. RGB value is (66,31,57). Sum of RGB (Red+Green+Blue) = 66+31+57=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #421F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F39 is #BDE0C6. Grayscale: #2C2C2C. Windows color (decimal): -12443847 or 3743554. OLE color: 3743554.
HSL color Cylindrical-coordinate representation of color #421F39: hue angle of 315.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F39 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 57 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.74 |
| HSL | 315.43º | 0.36% | 0.19% | - |
| HSV(B) | 315.43º | 0.53% | 0.26% | - |
| XYZ | 3.48 | 2.43 | 4.16 | - |
| YUV | 44.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 57 | 0 | 0.53 | 0.14 | 0.74 | 315.43 | 0.36 | 0.19 |
| Hex | 42 | 1F | 39 | 0 | 35 | E | 4A | 13B | 24 | 13 |
| Octal | 102 | 37 | 71 | 0 | 65 | 16 | 112 | 473 | 44 | 23 |
| Binary | 1000010 | 11111 | 111001 | 0 | 110101 | 1110 | 1001010 | 100111011 | 100100 | 10011 |
Color Harmonies of #421F39
Complementary color
Monochromatic Colors of #421F39
Black with #421F39
Text Example
Text Example
White with #421F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F39; }
p { color: rgb(66,31,57); }
H1.HeaderClassName
{
color: #421F39;
}
.AnyTagClassName
{
color: #421F39;
}
</style>
background-color css
<style>
a { background-color: #421F39; }
a { background-color: rgb(66,31,57); }
div.DivClassName
{
background-color: #421F39;
}
.BgClassName
{
background-color: #421F39;
}
</style>
border-color css
<style>
span { border-color: #421F39; }
span { border-color: rgb(66,31,57); }
td.TdClassName
{
border-color: #421F39;
}
.TagClassName
{
border-color: #421F39;
}
</style>