#34112D

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

Shades of Melanzane #34112D

Tints of Melanzane #34112D

Color information

#34112D (or 0x34112D) is unknown color: approx Melanzane. HEX triplet: 34, 11 and 2D. RGB value is (52,17,45). Sum of RGB (Red+Green+Blue) = 52+17+45=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #34112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34112D is #CBEED2. Grayscale: #1E1E1E. Windows color (decimal): -13364947 or 2953524. OLE color: 2953524.

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

Color convert

RGB521745-
CMYK00.670.130.80
HSL312º50.72%13.53%-
HSV(B)312º67.31%20.39%-
XYZ2.091.322.63-
YUV30.66136.1143.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=45.61%
G=14.91%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52174500.670.130.8031250.7213.53
Hex34112D043D5013833e
Octal6421550103151204706316
Binary1101001000110110101000011110110100001001110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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