#34232F

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

Shades of Melanzane #34232F

Tints of Melanzane #34232F

Color information

#34232F (or 0x34232F) is unknown color: approx Melanzane. HEX triplet: 34, 23 and 2F. RGB value is (52,35,47). Sum of RGB (Red+Green+Blue) = 52+35+47=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #34232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34232F is #CBDCD0. Grayscale: #292929. Windows color (decimal): -13360337 or 3089204. OLE color: 3089204.

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

Color convert

RGB523547-
CMYK00.330.100.80
HSL317.65º19.54%17.06%-
HSV(B)317.65º32.69%20.39%-
XYZ2.532.142.97-
YUV41.45131.13135.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=38.81%
G=26.12%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52354700.330.100.80317.6519.5417.06
Hex34232F021A5013e1411
Octal644357041121204762421
Binary1101001000111011110100001101010100001001111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34232F; }

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

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

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

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

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

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

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

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