#34272F

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

Shades of Melanzane #34272F

Tints of Melanzane #34272F

Color information

#34272F (or 0x34272F) is unknown color: approx Melanzane. HEX triplet: 34, 27 and 2F. RGB value is (52,39,47). Sum of RGB (Red+Green+Blue) = 52+39+47=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #34272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34272F is #CBD8D0. Grayscale: #2B2B2B. Windows color (decimal): -13359313 or 3090228. OLE color: 3090228.

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

Color convert

RGB523947-
CMYK00.250.100.80
HSL323.08º14.29%17.84%-
HSV(B)323.08º25%20.39%-
XYZ2.652.393.01-
YUV43.8129.81133.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=37.68%
G=28.26%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52394700.250.100.80323.0814.2917.84
Hex34272F019A50143e12
Octal644757031121205031622
Binary11010010011110111101100110101010000101000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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