Shades of Melanzane #431A3A
Tints of Melanzane #431A3A
RGB
CMYK
RGB Variations
Color information
#431A3A (or 0x431A3A) is known color: Melanzane. HEX triplet: 43, 1A and 3A. RGB value is (67,26,58). Sum of RGB (Red+Green+Blue) = 67+26+58=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #431A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A3A is #BCE5C5. Grayscale: #292929. Windows color (decimal): -12379590 or 3807811. OLE color: 3807811.
HSL color Cylindrical-coordinate representation of color #431A3A: hue angle of 313.17º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A3A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 58 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.74 |
| HSL | 313.17º | 0.44% | 0.18% | - |
| HSV(B) | 313.17º | 0.61% | 0.26% | - |
| XYZ | 3.45 | 2.24 | 4.25 | - |
| YUV | 41.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 58 | 0 | 0.61 | 0.13 | 0.74 | 313.17 | 0.44 | 0.18 |
| Hex | 43 | 1A | 3A | 0 | 3D | D | 4A | 139 | 2C | 12 |
| Octal | 103 | 32 | 72 | 0 | 75 | 15 | 112 | 471 | 54 | 22 |
| Binary | 1000011 | 11010 | 111010 | 0 | 111101 | 1101 | 1001010 | 100111001 | 101100 | 10010 |
Color Harmonies of #431A3A
Complementary color
Monochromatic Colors of #431A3A
Black with #431A3A
Text Example
Text Example
White with #431A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A3A; }
p { color: rgb(67,26,58); }
H1.HeaderClassName
{
color: #431A3A;
}
.AnyTagClassName
{
color: #431A3A;
}
</style>
background-color css
<style>
a { background-color: #431A3A; }
a { background-color: rgb(67,26,58); }
div.DivClassName
{
background-color: #431A3A;
}
.BgClassName
{
background-color: #431A3A;
}
</style>
border-color css
<style>
span { border-color: #431A3A; }
span { border-color: rgb(67,26,58); }
td.TdClassName
{
border-color: #431A3A;
}
.TagClassName
{
border-color: #431A3A;
}
</style>