#34182E

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

Shades of Melanzane #34182E

Tints of Melanzane #34182E

Color information

#34182E (or 0x34182E) is unknown color: approx Melanzane. HEX triplet: 34, 18 and 2E. RGB value is (52,24,46). Sum of RGB (Red+Green+Blue) = 52+24+46=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34182E is #CBE7D1. Grayscale: #222222. Windows color (decimal): -13363154 or 3020852. OLE color: 3020852.

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

Color convert

RGB522446-
CMYK00.540.120.80
HSL312.86º36.84%14.9%-
HSV(B)312.86º53.85%20.39%-
XYZ2.241.582.77-
YUV34.88134.28140.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=42.62%
G=19.67%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52244600.540.120.80312.8636.8414.9
Hex34182E036C5013925f
Octal643056066141204714517
Binary110100110001011100110110110010100001001110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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