#34172D

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

Shades of Melanzane #34172D

Tints of Melanzane #34172D

Color information

#34172D (or 0x34172D) is unknown color: approx Melanzane. HEX triplet: 34, 17 and 2D. RGB value is (52,23,45). Sum of RGB (Red+Green+Blue) = 52+23+45=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172D is #CBE8D2. Grayscale: #222222. Windows color (decimal): -13363411 or 2955060. OLE color: 2955060.

HSL color Cylindrical-coordinate representation of color #34172D: hue angle of 314.48º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34172D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB522345-
CMYK00.560.130.80
HSL314.48º38.67%14.71%-
HSV(B)314.48º55.77%20.39%-
XYZ2.21.532.66-
YUV34.18134.11140.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=43.33%
G=19.17%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52234500.560.130.80314.4838.6714.71
Hex34172D038D5013a27f
Octal642755070151204724717
Binary110100101111011010111000110110100001001110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34172D; }

 p { color: rgb(52,23,45); }

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

<style>
 a { background-color: #34172D; }

 a { background-color: rgb(52,23,45); }

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

<style>
 span { border-color: #34172D; }

 span { border-color: rgb(52,23,45); }

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