Html Css Color HEX #342632 Melanzane

📋 copy color: '#342632'

red 52 ◦ green 38 ◦ blue 50

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

Shades of Melanzane #342632

Tints of Melanzane #342632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 37.14%
G = 27.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#342632 (or 0x342632) is known color: Melanzane. HEX triplet: 34, 26 and 32. RGB value is (52,38,50). Sum of RGB (Red+Green+Blue) = 52+38+50=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342632 is #CBD9CD. Grayscale: #2B2B2B. Windows color (decimal): -13359566 or 3286580. OLE color: 3286580.

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

Color convert

RGB 52 38 50 -
CMYK 0 0.27 0.04 0.80
HSL 308.57º 0.16% 0.18% -
HSV(B) 308.57º 0.27% 0.2% -
XYZ 2.69 2.35 3.33 -
YUV 43.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 52 38 50 0 0.27 0.04 0.80 308.57 0.16 0.18
Hex 34 26 32 0 1B 4 50 135 10 12
Octal 64 46 62 0 33 4 120 465 20 22
Binary 110100 100110 110010 0 11011 100 1010000 100110101 10000 10010

Color Harmonies of #342632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342632

Black with #342632

Text Example


Text Example

White with #342632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342632; }

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

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

background-color css

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

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

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

border-color css

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

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

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