#34262E

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

Shades of Melanzane #34262E

Tints of Melanzane #34262E

Color information

#34262E (or 0x34262E) is unknown color: approx Melanzane. HEX triplet: 34, 26 and 2E. RGB value is (52,38,46). Sum of RGB (Red+Green+Blue) = 52+38+46=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34262E is #CBD9D1. Grayscale: #2B2B2B. Windows color (decimal): -13359570 or 3024436. OLE color: 3024436.

HSL color Cylindrical-coordinate representation of color #34262E: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #34262E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB523846-
CMYK00.270.120.80
HSL325.71º15.56%17.65%-
HSV(B)325.71º26.92%20.39%-
XYZ2.62.312.89-
YUV43.1129.64134.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=38.24%
G=27.94%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52384600.270.120.80325.7115.5617.65
Hex34262E01BC501461012
Octal644656033141205062022
Binary110100100110101110011011110010100001010001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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