#341D2D

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

Shades of Melanzane #341D2D

Tints of Melanzane #341D2D

Color information

#341D2D (or 0x341D2D) is unknown color: approx Melanzane. HEX triplet: 34, 1D and 2D. RGB value is (52,29,45). Sum of RGB (Red+Green+Blue) = 52+29+45=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #341D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D2D is #CBE2D2. Grayscale: #252525. Windows color (decimal): -13361875 or 2956596. OLE color: 2956596.

HSL color Cylindrical-coordinate representation of color #341D2D: hue angle of 318.26º 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 #341D2D is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB522945-
CMYK00.440.130.80
HSL318.26º28.4%15.88%-
HSV(B)318.26º44.23%20.39%-
XYZ2.331.82.71-
YUV37.7132.12138.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=41.27%
G=23.02%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52294500.440.130.80318.2628.415.88
Hex341D2D02CD5013e1c10
Octal643555054151204763420
Binary110100111011011010101100110110100001001111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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