#34222D

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

Shades of Melanzane #34222D

Tints of Melanzane #34222D

Color information

#34222D (or 0x34222D) is unknown color: approx Melanzane. HEX triplet: 34, 22 and 2D. RGB value is (52,34,45). Sum of RGB (Red+Green+Blue) = 52+34+45=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34222D is #CBDDD2. Grayscale: #282828. Windows color (decimal): -13360595 or 2957876. OLE color: 2957876.

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

Color convert

RGB523445-
CMYK00.350.130.80
HSL323.33º20.93%16.86%-
HSV(B)323.33º34.62%20.39%-
XYZ2.462.062.75-
YUV40.64130.46136.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=39.69%
G=25.95%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52344500.350.130.80323.3320.9316.86
Hex34222D023D501431511
Octal644255043151205032521
Binary1101001000101011010100011110110100001010000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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