Shades of Melanzane #421D3A
Tints of Melanzane #421D3A
RGB
CMYK
RGB Variations
Color information
#421D3A (or 0x421D3A) is known color: Melanzane. HEX triplet: 42, 1D and 3A. RGB value is (66,29,58). Sum of RGB (Red+Green+Blue) = 66+29+58=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #421D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D3A is #BDE2C5. Grayscale: #2B2B2B. Windows color (decimal): -12444358 or 3808578. OLE color: 3808578.
HSL color Cylindrical-coordinate representation of color #421D3A: hue angle of 312.97º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D3A is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 58 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.74 |
| HSL | 312.97º | 0.39% | 0.19% | - |
| HSV(B) | 312.97º | 0.56% | 0.26% | - |
| XYZ | 3.45 | 2.34 | 4.27 | - |
| YUV | 43.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 58 | 0 | 0.56 | 0.12 | 0.74 | 312.97 | 0.39 | 0.19 |
| Hex | 42 | 1D | 3A | 0 | 38 | C | 4A | 139 | 27 | 13 |
| Octal | 102 | 35 | 72 | 0 | 70 | 14 | 112 | 471 | 47 | 23 |
| Binary | 1000010 | 11101 | 111010 | 0 | 111000 | 1100 | 1001010 | 100111001 | 100111 | 10011 |
Color Harmonies of #421D3A
Complementary color
Monochromatic Colors of #421D3A
Black with #421D3A
Text Example
Text Example
White with #421D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D3A; }
p { color: rgb(66,29,58); }
H1.HeaderClassName
{
color: #421D3A;
}
.AnyTagClassName
{
color: #421D3A;
}
</style>
background-color css
<style>
a { background-color: #421D3A; }
a { background-color: rgb(66,29,58); }
div.DivClassName
{
background-color: #421D3A;
}
.BgClassName
{
background-color: #421D3A;
}
</style>
border-color css
<style>
span { border-color: #421D3A; }
span { border-color: rgb(66,29,58); }
td.TdClassName
{
border-color: #421D3A;
}
.TagClassName
{
border-color: #421D3A;
}
</style>