Html Css Color HEX #342131 Melanzane

📋 copy color: '#342131'

red 52 ◦ green 33 ◦ blue 49

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

Shades of Melanzane #342131

Tints of Melanzane #342131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

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

R = 38.81%
G = 24.63%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342131 (or 0x342131) is known color: Melanzane. HEX triplet: 34, 21 and 31. RGB value is (52,33,49). Sum of RGB (Red+Green+Blue) = 52+33+49=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #342131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342131 is #CBDECE. Grayscale: #282828. Windows color (decimal): -13360847 or 3219764. OLE color: 3219764.

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

Color convert

RGB 52 33 49 -
CMYK 0 0.37 0.06 0.80
HSL 309.47º 0.22% 0.17% -
HSV(B) 309.47º 0.37% 0.2% -
XYZ 2.51 2.04 3.17 -
YUV 40.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 52 33 49 0 0.37 0.06 0.80 309.47 0.22 0.17
Hex 34 21 31 0 25 6 50 135 16 11
Octal 64 41 61 0 45 6 120 465 26 21
Binary 110100 100001 110001 0 100101 110 1010000 100110101 10110 10001

Color Harmonies of #342131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342131

Black with #342131

Text Example


Text Example

White with #342131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342131; }

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

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

background-color css

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

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

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

border-color css

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

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

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