Shades of Melanzane #340F2C
Tints of Melanzane #340F2C
RGB
CMYK
RGB Variations
Color information
#340F2C (or 0x340F2C) is known color: Melanzane. HEX triplet: 34, 0F and 2C. RGB value is (52,15,44). Sum of RGB (Red+Green+Blue) = 52+15+44=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #340F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F2C is #CBF0D3. Grayscale: #1D1D1D. Windows color (decimal): -13365460 or 2887476. OLE color: 2887476.
HSL color Cylindrical-coordinate representation of color #340F2C: hue angle of 312.97º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F2C is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 44 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.80 |
| HSL | 312.97º | 0.55% | 0.13% | - |
| HSV(B) | 312.97º | 0.71% | 0.2% | - |
| XYZ | 2.04 | 1.25 | 2.52 | - |
| YUV | 29.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 44 | 0 | 0.71 | 0.15 | 0.80 | 312.97 | 0.55 | 0.13 |
| Hex | 34 | F | 2C | 0 | 47 | F | 50 | 139 | 37 | D |
| Octal | 64 | 17 | 54 | 0 | 107 | 17 | 120 | 471 | 67 | 15 |
| Binary | 110100 | 1111 | 101100 | 0 | 1000111 | 1111 | 1010000 | 100111001 | 110111 | 1101 |
Color Harmonies of #340F2C
Complementary color
Monochromatic Colors of #340F2C
Black with #340F2C
Text Example
Text Example
White with #340F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F2C; }
p { color: rgb(52,15,44); }
H1.HeaderClassName
{
color: #340F2C;
}
.AnyTagClassName
{
color: #340F2C;
}
</style>
background-color css
<style>
a { background-color: #340F2C; }
a { background-color: rgb(52,15,44); }
div.DivClassName
{
background-color: #340F2C;
}
.BgClassName
{
background-color: #340F2C;
}
</style>
border-color css
<style>
span { border-color: #340F2C; }
span { border-color: rgb(52,15,44); }
td.TdClassName
{
border-color: #340F2C;
}
.TagClassName
{
border-color: #340F2C;
}
</style>