#341A2E

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

Shades of Melanzane #341A2E

Tints of Melanzane #341A2E

Color information

#341A2E (or 0x341A2E) is unknown color: approx Melanzane. HEX triplet: 34, 1A and 2E. RGB value is (52,26,46). Sum of RGB (Red+Green+Blue) = 52+26+46=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #341A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A2E is #CBE5D1. Grayscale: #242424. Windows color (decimal): -13362642 or 3021364. OLE color: 3021364.

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

Color convert

RGB522646-
CMYK00.500.120.80
HSL313.85º33.33%15.29%-
HSV(B)313.85º50%20.39%-
XYZ2.281.672.79-
YUV36.05133.61139.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=41.94%
G=20.97%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52264600.500.120.80313.8533.3315.29
Hex341A2E032C5013a21f
Octal643256062141204724117
Binary110100110101011100110010110010100001001110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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