#342431

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

Shades of Melanzane #342431

Tints of Melanzane #342431

Color information

#342431 (or 0x342431) is unknown color: approx Melanzane. HEX triplet: 34, 24 and 31. RGB value is (52,36,49). Sum of RGB (Red+Green+Blue) = 52+36+49=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342431 is #CBDBCE. Grayscale: #2A2A2A. Windows color (decimal): -13360079 or 3220532. OLE color: 3220532.

HSL color Cylindrical-coordinate representation of color #342431: hue angle of 311.25º 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 #342431 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB523649-
CMYK00.310.060.80
HSL311.25º18.18%17.25%-
HSV(B)311.25º30.77%20.39%-
XYZ2.62.213.2-
YUV42.27131.8134.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=37.96%
G=26.28%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52364900.310.060.80311.2518.1817.25
Hex34243101F6501371211
Octal64446103761204672221
Binary11010010010011000101111111010100001001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342431; }

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

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

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

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

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

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

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

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