#34152C

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

Shades of Melanzane #34152C

Tints of Melanzane #34152C

Color information

#34152C (or 0x34152C) is unknown color: approx Melanzane. HEX triplet: 34, 15 and 2C. RGB value is (52,21,44). Sum of RGB (Red+Green+Blue) = 52+21+44=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34152C is #CBEAD3. Grayscale: #202020. Windows color (decimal): -13363924 or 2889012. OLE color: 2889012.

HSL color Cylindrical-coordinate representation of color #34152C: hue angle of 315.48º 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 #34152C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB522144-
CMYK00.600.150.80
HSL315.48º42.47%14.31%-
HSV(B)315.48º59.62%20.39%-
XYZ2.141.452.55-
YUV32.89134.27141.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=44.44%
G=17.95%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52214400.600.150.80315.4842.4714.31
Hex34152C03CF5013b2ae
Octal642554074171204735216
Binary110100101011011000111100111110100001001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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