#34232E

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

Shades of Melanzane #34232E

Tints of Melanzane #34232E

Color information

#34232E (or 0x34232E) is unknown color: approx Melanzane. HEX triplet: 34, 23 and 2E. RGB value is (52,35,46). Sum of RGB (Red+Green+Blue) = 52+35+46=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #34232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34232E is #CBDCD1. Grayscale: #292929. Windows color (decimal): -13360338 or 3023668. OLE color: 3023668.

HSL color Cylindrical-coordinate representation of color #34232E: hue angle of 321.18º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34232E is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB523546-
CMYK00.330.120.80
HSL321.18º19.54%17.06%-
HSV(B)321.18º32.69%20.39%-
XYZ2.512.132.86-
YUV41.34130.63135.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=39.10%
G=26.32%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52354600.330.120.80321.1819.5417.06
Hex34232E021C501411411
Octal644356041141205012421
Binary1101001000111011100100001110010100001010000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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