#342531

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

Shades of Melanzane #342531

Tints of Melanzane #342531

Color information

#342531 (or 0x342531) is unknown color: approx Melanzane. HEX triplet: 34, 25 and 31. RGB value is (52,37,49). Sum of RGB (Red+Green+Blue) = 52+37+49=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342531 is #CBDACE. Grayscale: #2A2A2A. Windows color (decimal): -13359823 or 3220788. OLE color: 3220788.

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

Color convert

RGB523749-
CMYK00.290.060.80
HSL312º16.85%17.45%-
HSV(B)312º28.85%20.39%-
XYZ2.632.273.21-
YUV42.85131.47134.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=37.68%
G=26.81%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52374900.290.060.8031216.8517.45
Hex34253101D6501381111
Octal64456103561204702121
Binary11010010010111000101110111010100001001110001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342531; }

 p { color: rgb(52,37,49); }

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

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

 a { background-color: rgb(52,37,49); }

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

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

 span { border-color: rgb(52,37,49); }

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