Html Css Color HEX #342331 Melanzane

📋 copy color: '#342331'

red 52 ◦ green 35 ◦ blue 49

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

Shades of Melanzane #342331

Tints of Melanzane #342331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 38.24%
G = 25.74%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342331 (or 0x342331) is known color: Melanzane. HEX triplet: 34, 23 and 31. RGB value is (52,35,49). Sum of RGB (Red+Green+Blue) = 52+35+49=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #342331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342331 is #CBDCCE. Grayscale: #292929. Windows color (decimal): -13360335 or 3220276. OLE color: 3220276.

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

Color convert

RGB 52 35 49 -
CMYK 0 0.33 0.06 0.80
HSL 310.59º 0.2% 0.17% -
HSV(B) 310.59º 0.33% 0.2% -
XYZ 2.57 2.15 3.19 -
YUV 41.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 52 35 49 0 0.33 0.06 0.80 310.59 0.2 0.17
Hex 34 23 31 0 21 6 50 137 14 11
Octal 64 43 61 0 41 6 120 467 24 21
Binary 110100 100011 110001 0 100001 110 1010000 100110111 10100 10001

Color Harmonies of #342331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342331

Black with #342331

Text Example


Text Example

White with #342331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342331; }

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

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

background-color css

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

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

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

border-color css

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

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

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