Html Css Color HEX #342B31 Melanzane

📋 copy color: '#342B31'

red 52 ◦ green 43 ◦ blue 49

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

Shades of Melanzane #342B31

Tints of Melanzane #342B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

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

R = 36.11%
G = 29.86%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342B31 (or 0x342B31) is known color: Melanzane. HEX triplet: 34, 2B and 31. RGB value is (52,43,49). Sum of RGB (Red+Green+Blue) = 52+43+49=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #342B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B31 is #CBD4CE. Grayscale: #2E2E2E. Windows color (decimal): -13358287 or 3222324. OLE color: 3222324.

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

Color convert

RGB 52 43 49 -
CMYK 0 0.17 0.06 0.80
HSL 320º 0.09% 0.19% -
HSV(B) 320º 0.17% 0.2% -
XYZ 2.83 2.68 3.27 -
YUV 46.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 52 43 49 0 0.17 0.06 0.80 320 0.09 0.19
Hex 34 2B 31 0 11 6 50 140 9 13
Octal 64 53 61 0 21 6 120 500 11 23
Binary 110100 101011 110001 0 10001 110 1010000 101000000 1001 10011

Color Harmonies of #342B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B31

Black with #342B31

Text Example


Text Example

White with #342B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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