#34152D

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

Shades of Melanzane #34152D

Tints of Melanzane #34152D

Color information

#34152D (or 0x34152D) is unknown color: approx Melanzane. HEX triplet: 34, 15 and 2D. RGB value is (52,21,45). Sum of RGB (Red+Green+Blue) = 52+21+45=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34152D is #CBEAD2. Grayscale: #202020. Windows color (decimal): -13363923 or 2954548. OLE color: 2954548.

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

Color convert

RGB522145-
CMYK00.600.130.80
HSL313.55º42.47%14.31%-
HSV(B)313.55º59.62%20.39%-
XYZ2.161.462.65-
YUV33.01134.77141.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=44.07%
G=17.80%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52214500.600.130.80313.5542.4714.31
Hex34152D03CD5013a2ae
Octal642555074151204725216
Binary110100101011011010111100110110100001001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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