#341A2C

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

Shades of Melanzane #341A2C

Tints of Melanzane #341A2C

Color information

#341A2C (or 0x341A2C) is unknown color: approx Melanzane. HEX triplet: 34, 1A and 2C. RGB value is (52,26,44). Sum of RGB (Red+Green+Blue) = 52+26+44=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A2C is #CBE5D3. Grayscale: #232323. Windows color (decimal): -13362644 or 2890292. OLE color: 2890292.

HSL color Cylindrical-coordinate representation of color #341A2C: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A2C is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB522644-
CMYK00.500.150.80
HSL318.46º33.33%15.29%-
HSV(B)318.46º50%20.39%-
XYZ2.241.652.58-
YUV35.83132.61139.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=42.62%
G=21.31%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52264400.500.150.80318.4633.3315.29
Hex341A2C032F5013e21f
Octal643254062171204764117
Binary110100110101011000110010111110100001001111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,44); }

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

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

 a { background-color: rgb(52,26,44); }

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

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

 span { border-color: rgb(52,26,44); }

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