#34242E

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

Shades of Melanzane #34242E

Tints of Melanzane #34242E

Color information

#34242E (or 0x34242E) is unknown color: approx Melanzane. HEX triplet: 34, 24 and 2E. RGB value is (52,36,46). Sum of RGB (Red+Green+Blue) = 52+36+46=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #34242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34242E is #CBDBD1. Grayscale: #292929. Windows color (decimal): -13360082 or 3023924. OLE color: 3023924.

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

Color convert

RGB523646-
CMYK00.310.120.80
HSL322.5º18.18%17.25%-
HSV(B)322.5º30.77%20.39%-
XYZ2.542.192.87-
YUV41.92130.3135.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=38.81%
G=26.87%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52364600.310.120.80322.518.1817.25
Hex34242E01FC501421211
Octal644456037141205022221
Binary110100100100101110011111110010100001010000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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