#342F33

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

Shades of Melanzane #342F33

Tints of Melanzane #342F33

Color information

#342F33 (or 0x342F33) is unknown color: approx Melanzane. HEX triplet: 34, 2F and 33. RGB value is (52,47,51). Sum of RGB (Red+Green+Blue) = 52+47+51=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 52 - color contains mainly: red. Hex color #342F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F33 is #CBD0CC. Grayscale: #303030. Windows color (decimal): -13357261 or 3354420. OLE color: 3354420.

HSL color Cylindrical-coordinate representation of color #342F33: hue angle of 312º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #342F33 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB524751-
CMYK00.100.020.80
HSL312º5.05%19.41%-
HSV(B)312º9.62%20.39%-
XYZ3.0333.55-
YUV48.95129.16130.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 51 (20.31% from 255) = 34%
R=34.67%
G=31.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52475100.100.020.803125.0519.41
Hex342F330A250138513
Octal6457630122120470523
Binary1101001011111100110101010101000010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F33; }

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

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

<style>
 a { background-color: #342F33; }

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

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

<style>
 span { border-color: #342F33; }

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

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