#34252F

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

Shades of Melanzane #34252F

Tints of Melanzane #34252F

Color information

#34252F (or 0x34252F) is unknown color: approx Melanzane. HEX triplet: 34, 25 and 2F. RGB value is (52,37,47). Sum of RGB (Red+Green+Blue) = 52+37+47=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252F is #CBDAD0. Grayscale: #2A2A2A. Windows color (decimal): -13359825 or 3089716. OLE color: 3089716.

HSL color Cylindrical-coordinate representation of color #34252F: hue angle of 320º 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 #34252F is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB523747-
CMYK00.290.100.80
HSL320º16.85%17.45%-
HSV(B)320º28.85%20.39%-
XYZ2.592.262.99-
YUV42.62130.47134.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=38.24%
G=27.21%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52374700.290.100.8032016.8517.45
Hex34252F01DA501401111
Octal644557035121205002121
Binary110100100101101111011101101010100001010000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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