#34252E

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

Shades of Melanzane #34252E

Tints of Melanzane #34252E

Color information

#34252E (or 0x34252E) is unknown color: approx Melanzane. HEX triplet: 34, 25 and 2E. RGB value is (52,37,46). Sum of RGB (Red+Green+Blue) = 52+37+46=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #34252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252E is #CBDAD1. Grayscale: #2A2A2A. Windows color (decimal): -13359826 or 3024180. OLE color: 3024180.

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

Color convert

RGB523746-
CMYK00.290.120.80
HSL324º16.85%17.45%-
HSV(B)324º28.85%20.39%-
XYZ2.572.252.88-
YUV42.51129.97134.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=38.52%
G=27.41%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52374600.290.120.8032416.8517.45
Hex34252E01DC501441111
Octal644556035141205042121
Binary110100100101101110011101110010100001010001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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