Html Css Color HEX #342C32 Melanzane

📋 copy color: '#342C32'

red 52 ◦ green 44 ◦ blue 50

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

Shades of Melanzane #342C32

Tints of Melanzane #342C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.14%

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

R = 35.62%
G = 30.14%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#342C32 (or 0x342C32) is known color: Melanzane. HEX triplet: 34, 2C and 32. RGB value is (52,44,50). Sum of RGB (Red+Green+Blue) = 52+44+50=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 52 - color contains mainly: red. Hex color #342C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C32 is #CBD3CD. Grayscale: #2F2F2F. Windows color (decimal): -13358030 or 3288116. OLE color: 3288116.

HSL color Cylindrical-coordinate representation of color #342C32: hue angle of 315º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #342C32 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 44 50 -
CMYK 0 0.15 0.04 0.80
HSL 315º 0.08% 0.19% -
HSV(B) 315º 0.15% 0.2% -
XYZ 2.89 2.76 3.4 -
YUV 47.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 52 44 50 0 0.15 0.04 0.80 315 0.08 0.19
Hex 34 2C 32 0 F 4 50 13B 8 13
Octal 64 54 62 0 17 4 120 473 10 23
Binary 110100 101100 110010 0 1111 100 1010000 100111011 1000 10011

Color Harmonies of #342C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C32

Black with #342C32

Text Example


Text Example

White with #342C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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