#341C2E

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

Shades of Melanzane #341C2E

Tints of Melanzane #341C2E

Color information

#341C2E (or 0x341C2E) is unknown color: approx Melanzane. HEX triplet: 34, 1C and 2E. RGB value is (52,28,46). Sum of RGB (Red+Green+Blue) = 52+28+46=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2E is #CBE3D1. Grayscale: #252525. Windows color (decimal): -13362130 or 3021876. OLE color: 3021876.

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

Color convert

RGB522846-
CMYK00.460.120.80
HSL315º30%15.69%-
HSV(B)315º46.15%20.39%-
XYZ2.321.762.8-
YUV37.23132.95138.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=41.27%
G=22.22%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52284600.460.120.803153015.69
Hex341C2E02EC5013b1e10
Octal643456056141204733620
Binary110100111001011100101110110010100001001110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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