#34282F

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

Shades of Melanzane #34282F

Tints of Melanzane #34282F

Color information

#34282F (or 0x34282F) is unknown color: approx Melanzane. HEX triplet: 34, 28 and 2F. RGB value is (52,40,47). Sum of RGB (Red+Green+Blue) = 52+40+47=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #34282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34282F is #CBD7D0. Grayscale: #2C2C2C. Windows color (decimal): -13359057 or 3090484. OLE color: 3090484.

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

Color convert

RGB524047-
CMYK00.230.100.80
HSL325º13.04%18.04%-
HSV(B)325º23.08%20.39%-
XYZ2.692.453.02-
YUV44.39129.48133.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=37.41%
G=28.78%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52404700.230.100.8032513.0418.04
Hex34282F017A50145d12
Octal645057027121205051522
Binary11010010100010111101011110101010000101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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