#34222F

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

Shades of Melanzane #34222F

Tints of Melanzane #34222F

Color information

#34222F (or 0x34222F) is unknown color: approx Melanzane. HEX triplet: 34, 22 and 2F. RGB value is (52,34,47). Sum of RGB (Red+Green+Blue) = 52+34+47=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #34222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34222F is #CBDDD0. Grayscale: #282828. Windows color (decimal): -13360593 or 3088948. OLE color: 3088948.

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

Color convert

RGB523447-
CMYK00.350.100.80
HSL316.67º20.93%16.86%-
HSV(B)316.67º34.62%20.39%-
XYZ2.52.082.96-
YUV40.86131.46135.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=39.10%
G=25.56%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52344700.350.100.80316.6720.9316.86
Hex34222F023A5013d1511
Octal644257043121204752521
Binary1101001000101011110100011101010100001001111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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