Shades of Melanzane #431B3A
Tints of Melanzane #431B3A
RGB
CMYK
RGB Variations
Color information
#431B3A (or 0x431B3A) is known color: Melanzane. HEX triplet: 43, 1B and 3A. RGB value is (67,27,58). Sum of RGB (Red+Green+Blue) = 67+27+58=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B3A is #BCE4C5. Grayscale: #2A2A2A. Windows color (decimal): -12379334 or 3808067. OLE color: 3808067.
HSL color Cylindrical-coordinate representation of color #431B3A: hue angle of 313.5º 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 #431B3A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 58 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.74 |
| HSL | 313.5º | 0.43% | 0.18% | - |
| HSV(B) | 313.5º | 0.6% | 0.26% | - |
| XYZ | 3.47 | 2.28 | 4.26 | - |
| YUV | 42.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 58 | 0 | 0.60 | 0.13 | 0.74 | 313.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 3A | 0 | 3C | D | 4A | 13A | 2B | 12 |
| Octal | 103 | 33 | 72 | 0 | 74 | 15 | 112 | 472 | 53 | 22 |
| Binary | 1000011 | 11011 | 111010 | 0 | 111100 | 1101 | 1001010 | 100111010 | 101011 | 10010 |
Color Harmonies of #431B3A
Complementary color
Monochromatic Colors of #431B3A
Black with #431B3A
Text Example
Text Example
White with #431B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B3A; }
p { color: rgb(67,27,58); }
H1.HeaderClassName
{
color: #431B3A;
}
.AnyTagClassName
{
color: #431B3A;
}
</style>
background-color css
<style>
a { background-color: #431B3A; }
a { background-color: rgb(67,27,58); }
div.DivClassName
{
background-color: #431B3A;
}
.BgClassName
{
background-color: #431B3A;
}
</style>
border-color css
<style>
span { border-color: #431B3A; }
span { border-color: rgb(67,27,58); }
td.TdClassName
{
border-color: #431B3A;
}
.TagClassName
{
border-color: #431B3A;
}
</style>