#34142D

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

Shades of Melanzane #34142D

Tints of Melanzane #34142D

Color information

#34142D (or 0x34142D) is unknown color: approx Melanzane. HEX triplet: 34, 14 and 2D. RGB value is (52,20,45). Sum of RGB (Red+Green+Blue) = 52+20+45=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142D is #CBEBD2. Grayscale: #202020. Windows color (decimal): -13364179 or 2954292. OLE color: 2954292.

HSL color Cylindrical-coordinate representation of color #34142D: hue angle of 313.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142D is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB522045-
CMYK00.620.130.80
HSL313.12º44.44%14.12%-
HSV(B)313.12º61.54%20.39%-
XYZ2.141.422.64-
YUV32.42135.1141.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=44.44%
G=17.09%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52204500.620.130.80313.1244.4414.12
Hex34142D03ED501392ce
Octal642455076151204715416
Binary110100101001011010111110110110100001001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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