#34172B

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

Shades of Melanzane #34172B

Tints of Melanzane #34172B

Color information

#34172B (or 0x34172B) is unknown color: approx Melanzane. HEX triplet: 34, 17 and 2B. RGB value is (52,23,43). Sum of RGB (Red+Green+Blue) = 52+23+43=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172B is #CBE8D4. Grayscale: #212121. Windows color (decimal): -13363413 or 2823988. OLE color: 2823988.

HSL color Cylindrical-coordinate representation of color #34172B: hue angle of 318.62º 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 #34172B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB522343-
CMYK00.560.170.80
HSL318.62º38.67%14.71%-
HSV(B)318.62º55.77%20.39%-
XYZ2.161.522.46-
YUV33.95133.11140.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=44.07%
G=19.49%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52234300.560.170.80318.6238.6714.71
Hex34172B038115013f27f
Octal642753070211204774717
Binary1101001011110101101110001000110100001001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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