#342230

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

Shades of Melanzane #342230

Tints of Melanzane #342230

Color information

#342230 (or 0x342230) is unknown color: approx Melanzane. HEX triplet: 34, 22 and 30. RGB value is (52,34,48). Sum of RGB (Red+Green+Blue) = 52+34+48=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #342230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342230 is #CBDDCF. Grayscale: #282828. Windows color (decimal): -13360592 or 3154484. OLE color: 3154484.

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

Color convert

RGB523448-
CMYK00.350.080.80
HSL313.33º20.93%16.86%-
HSV(B)313.33º34.62%20.39%-
XYZ2.522.093.07-
YUV40.98131.96135.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=38.81%
G=25.37%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52344800.350.080.80313.3320.9316.86
Hex3422300238501391511
Octal644260043101204712521
Binary1101001000101100000100011100010100001001110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342230; }

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

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

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

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

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

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

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

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