#34202D

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

Shades of Melanzane #34202D

Tints of Melanzane #34202D

Color information

#34202D (or 0x34202D) is unknown color: approx Melanzane. HEX triplet: 34, 20 and 2D. RGB value is (52,32,45). Sum of RGB (Red+Green+Blue) = 52+32+45=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #34202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34202D is #CBDFD2. Grayscale: #272727. Windows color (decimal): -13361107 or 2957364. OLE color: 2957364.

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

Color convert

RGB523245-
CMYK00.380.130.80
HSL321º23.81%16.47%-
HSV(B)321º38.46%20.39%-
XYZ2.411.952.73-
YUV39.46131.13136.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=40.31%
G=24.81%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52324500.380.130.8032123.8116.47
Hex34202D026D501411810
Octal644055046151205013020
Binary1101001000001011010100110110110100001010000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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