#34152E

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

Shades of Melanzane #34152E

Tints of Melanzane #34152E

Color information

#34152E (or 0x34152E) is unknown color: approx Melanzane. HEX triplet: 34, 15 and 2E. RGB value is (52,21,46). Sum of RGB (Red+Green+Blue) = 52+21+46=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34152E is #CBEAD1. Grayscale: #212121. Windows color (decimal): -13363922 or 3020084. OLE color: 3020084.

HSL color Cylindrical-coordinate representation of color #34152E: hue angle of 311.61º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34152E is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB522146-
CMYK00.600.120.80
HSL311.61º42.47%14.31%-
HSV(B)311.61º59.62%20.39%-
XYZ2.181.462.75-
YUV33.12135.27141.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=43.70%
G=17.65%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52214600.600.120.80311.6142.4714.31
Hex34152E03CC501382ae
Octal642556074141204705216
Binary110100101011011100111100110010100001001110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34152E; }

 p { color: rgb(52,21,46); }

 H1.HeaderClassName
 {
   color: #34152E;
 }
 .AnyTagClassName
 {
   color: #34152E;
 }
</style>
background-color css

<style>
 a { background-color: #34152E; }

 a { background-color: rgb(52,21,46); }

 div.DivClassName
 {
   background-color: #34152E;
 }
 .BgClassName
 {
   background-color: #34152E;
 }
</style>
border-color css

<style>
 span { border-color: #34152E; }

 span { border-color: rgb(52,21,46); }

 td.TdClassName
 {
   border-color: #34152E;
 }
 .TagClassName
 {
   border-color: #34152E;
 }
</style>