#342830

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

Shades of Melanzane #342830

Tints of Melanzane #342830

Color information

#342830 (or 0x342830) is unknown color: approx Melanzane. HEX triplet: 34, 28 and 30. RGB value is (52,40,48). Sum of RGB (Red+Green+Blue) = 52+40+48=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342830 is #CBD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13359056 or 3156020. OLE color: 3156020.

HSL color Cylindrical-coordinate representation of color #342830: hue angle of 320º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #342830 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB524048-
CMYK00.230.080.80
HSL320º13.04%18.04%-
HSV(B)320º23.08%20.39%-
XYZ2.712.463.13-
YUV44.5129.98133.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=37.14%
G=28.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52404800.230.080.8032013.0418.04
Hex342830017850140d12
Octal645060027101205001522
Binary11010010100011000001011110001010000101000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342830; }

 p { color: rgb(52,40,48); }

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

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

 a { background-color: rgb(52,40,48); }

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

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

 span { border-color: rgb(52,40,48); }

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