#34132D

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

Shades of Melanzane #34132D

Tints of Melanzane #34132D

Color information

#34132D (or 0x34132D) is unknown color: approx Melanzane. HEX triplet: 34, 13 and 2D. RGB value is (52,19,45). Sum of RGB (Red+Green+Blue) = 52+19+45=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34132D is #CBECD2. Grayscale: #1F1F1F. Windows color (decimal): -13364435 or 2954036. OLE color: 2954036.

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

Color convert

RGB521945-
CMYK00.630.130.80
HSL312.73º46.48%13.92%-
HSV(B)312.73º63.46%20.39%-
XYZ2.121.392.64-
YUV31.83135.43142.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=44.83%
G=16.38%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52194500.630.130.80312.7346.4813.92
Hex34132D03FD501392ee
Octal642355077151204715616
Binary110100100111011010111111110110100001001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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