#341D2F

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

Shades of Melanzane #341D2F

Tints of Melanzane #341D2F

Color information

#341D2F (or 0x341D2F) is unknown color: approx Melanzane. HEX triplet: 34, 1D and 2F. RGB value is (52,29,47). Sum of RGB (Red+Green+Blue) = 52+29+47=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #341D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D2F is #CBE2D0. Grayscale: #252525. Windows color (decimal): -13361873 or 3087668. OLE color: 3087668.

HSL color Cylindrical-coordinate representation of color #341D2F: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D2F is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB522947-
CMYK00.440.100.80
HSL313.04º28.4%15.88%-
HSV(B)313.04º44.23%20.39%-
XYZ2.371.812.91-
YUV37.93133.12138.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=40.62%
G=22.66%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52294700.440.100.80313.0428.415.88
Hex341D2F02CA501391c10
Octal643557054121204713420
Binary110100111011011110101100101010100001001110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D2F; }

 p { color: rgb(52,29,47); }

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

<style>
 a { background-color: #341D2F; }

 a { background-color: rgb(52,29,47); }

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

<style>
 span { border-color: #341D2F; }

 span { border-color: rgb(52,29,47); }

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