#341B2C

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

Shades of Melanzane #341B2C

Tints of Melanzane #341B2C

Color information

#341B2C (or 0x341B2C) is unknown color: approx Melanzane. HEX triplet: 34, 1B and 2C. RGB value is (52,27,44). Sum of RGB (Red+Green+Blue) = 52+27+44=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B2C is #CBE4D3. Grayscale: #242424. Windows color (decimal): -13362388 or 2890548. OLE color: 2890548.

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

Color convert

RGB522744-
CMYK00.480.150.80
HSL319.2º31.65%15.49%-
HSV(B)319.2º48.08%20.39%-
XYZ2.261.72.59-
YUV36.41132.28139.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=42.28%
G=21.95%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52274400.480.150.80319.231.6515.49
Hex341B2C030F5013f20f
Octal643354060171204774017
Binary110100110111011000110000111110100001001111111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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