Html Css Color HEX #342931 Melanzane

📋 copy color: '#342931'

red 52 ◦ green 41 ◦ blue 49

#342931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #342931

Tints of Melanzane #342931

RGB

 RED value IS 52 (20.7% from 255) = 36.62%

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 36.62%
G = 28.87%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342931 (or 0x342931) is known color: Melanzane. HEX triplet: 34, 29 and 31. RGB value is (52,41,49). Sum of RGB (Red+Green+Blue) = 52+41+49=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342931 is #CBD6CE. Grayscale: #2D2D2D. Windows color (decimal): -13358799 or 3221812. OLE color: 3221812.

HSL color Cylindrical-coordinate representation of color #342931: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342931 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 49 -
CMYK 0 0.21 0.06 0.80
HSL 316.36º 0.12% 0.18% -
HSV(B) 316.36º 0.21% 0.2% -
XYZ 2.76 2.54 3.25 -
YUV 45.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 52 41 49 0 0.21 0.06 0.80 316.36 0.12 0.18
Hex 34 29 31 0 15 6 50 13C C 12
Octal 64 51 61 0 25 6 120 474 14 22
Binary 110100 101001 110001 0 10101 110 1010000 100111100 1100 10010

Color Harmonies of #342931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342931

Black with #342931

Text Example


Text Example

White with #342931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342931; }

 p { color: rgb(52,41,49); }

 H1.HeaderClassName
 {
   color: #342931;
 }
 .AnyTagClassName
 {
   color: #342931;
 }
</style>

background-color css

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

 a { background-color: rgb(52,41,49); }

 div.DivClassName
 {
   background-color: #342931;
 }
 .BgClassName
 {
   background-color: #342931;
 }
</style>

border-color css

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

 span { border-color: rgb(52,41,49); }

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