#341C2D

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

Shades of Melanzane #341C2D

Tints of Melanzane #341C2D

Color information

#341C2D (or 0x341C2D) is unknown color: approx Melanzane. HEX triplet: 34, 1C and 2D. RGB value is (52,28,45). Sum of RGB (Red+Green+Blue) = 52+28+45=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2D is #CBE3D2. Grayscale: #252525. Windows color (decimal): -13362131 or 2956340. OLE color: 2956340.

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

Color convert

RGB522845-
CMYK00.460.130.80
HSL317.5º30%15.69%-
HSV(B)317.5º46.15%20.39%-
XYZ2.311.752.7-
YUV37.11132.45138.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=41.6%
G=22.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52284500.460.130.80317.53015.69
Hex341C2D02ED5013e1e10
Octal643455056151204763620
Binary110100111001011010101110110110100001001111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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