Html Css Color HEX #342A31 Melanzane

📋 copy color: '#342A31'

red 52 ◦ green 42 ◦ blue 49

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

Shades of Melanzane #342A31

Tints of Melanzane #342A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.37%

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

R = 36.36%
G = 29.37%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342A31 (or 0x342A31) is known color: Melanzane. HEX triplet: 34, 2A and 31. RGB value is (52,42,49). Sum of RGB (Red+Green+Blue) = 52+42+49=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #342A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A31 is #CBD5CE. Grayscale: #2D2D2D. Windows color (decimal): -13358543 or 3222068. OLE color: 3222068.

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

Color convert

RGB 52 42 49 -
CMYK 0 0.19 0.06 0.80
HSL 318º 0.11% 0.18% -
HSV(B) 318º 0.19% 0.2% -
XYZ 2.8 2.61 3.26 -
YUV 45.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 52 42 49 0 0.19 0.06 0.80 318 0.11 0.18
Hex 34 2A 31 0 13 6 50 13E B 12
Octal 64 52 61 0 23 6 120 476 13 22
Binary 110100 101010 110001 0 10011 110 1010000 100111110 1011 10010

Color Harmonies of #342A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A31

Black with #342A31

Text Example


Text Example

White with #342A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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