#34222E

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

Shades of Melanzane #34222E

Tints of Melanzane #34222E

Color information

#34222E (or 0x34222E) is unknown color: approx Melanzane. HEX triplet: 34, 22 and 2E. RGB value is (52,34,46). Sum of RGB (Red+Green+Blue) = 52+34+46=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #34222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34222E is #CBDDD1. Grayscale: #282828. Windows color (decimal): -13360594 or 3023412. OLE color: 3023412.

HSL color Cylindrical-coordinate representation of color #34222E: hue angle of 320º 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 #34222E is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB523446-
CMYK00.350.120.80
HSL320º20.93%16.86%-
HSV(B)320º34.62%20.39%-
XYZ2.482.072.85-
YUV40.75130.96136.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=39.39%
G=25.76%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52344600.350.120.8032020.9316.86
Hex34222E023C501401511
Octal644256043141205002521
Binary1101001000101011100100011110010100001010000001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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