Html Css Color HEX #342932 Melanzane

📋 copy color: '#342932'

red 52 ◦ green 41 ◦ blue 50

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

Shades of Melanzane #342932

Tints of Melanzane #342932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 36.36%
G = 28.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#342932 (or 0x342932) is known color: Melanzane. HEX triplet: 34, 29 and 32. RGB value is (52,41,50). Sum of RGB (Red+Green+Blue) = 52+41+50=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #342932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342932 is #CBD6CD. Grayscale: #2D2D2D. Windows color (decimal): -13358798 or 3287348. OLE color: 3287348.

HSL color Cylindrical-coordinate representation of color #342932: hue angle of 310.91º 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 #342932 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 50 -
CMYK 0 0.21 0.04 0.80
HSL 310.91º 0.12% 0.18% -
HSV(B) 310.91º 0.21% 0.2% -
XYZ 2.78 2.55 3.36 -
YUV 45.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 52 41 50 0 0.21 0.04 0.80 310.91 0.12 0.18
Hex 34 29 32 0 15 4 50 137 C 12
Octal 64 51 62 0 25 4 120 467 14 22
Binary 110100 101001 110010 0 10101 100 1010000 100110111 1100 10010

Color Harmonies of #342932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342932

Black with #342932

Text Example


Text Example

White with #342932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342932; }

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

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

background-color css

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

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

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

border-color css

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

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

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