#340F2C

Color #340F2C Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #340F2C

Tints of Melanzane #340F2C

Color information

#340F2C (or 0x340F2C) is unknown color: approx 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

RGB521544-
CMYK00.710.150.80
HSL312.97º55.22%13.14%-
HSV(B)312.97º71.15%20.39%-
XYZ2.041.252.52-
YUV29.37136.26144.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=46.85%
G=13.51%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52154400.710.150.80312.9755.2213.14
Hex34F2C047F5013937d
Octal6417540107171204716715
Binary110100111110110001000111111110100001001110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>