#341F2F

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

Shades of Melanzane #341F2F

Tints of Melanzane #341F2F

Color information

#341F2F (or 0x341F2F) is unknown color: approx Melanzane. HEX triplet: 34, 1F and 2F. RGB value is (52,31,47). Sum of RGB (Red+Green+Blue) = 52+31+47=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #341F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F2F is #CBE0D0. Grayscale: #272727. Windows color (decimal): -13361361 or 3088180. OLE color: 3088180.

HSL color Cylindrical-coordinate representation of color #341F2F: hue angle of 314.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F2F is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB523147-
CMYK00.400.100.80
HSL314.29º25.3%16.27%-
HSV(B)314.29º40.38%20.39%-
XYZ2.421.922.93-
YUV39.1132.46137.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=40%
G=23.85%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52314700.400.100.80314.2925.316.27
Hex341F2F028A5013a1910
Octal643757050121204723120
Binary110100111111011110101000101010100001001110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,47); }

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

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

 a { background-color: rgb(52,31,47); }

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

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

 span { border-color: rgb(52,31,47); }

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