Html Css Color HEX #342631 Melanzane

📋 copy color: '#342631'

red 52 ◦ green 38 ◦ blue 49

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

Shades of Melanzane #342631

Tints of Melanzane #342631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 37.41%
G = 27.34%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#342631 (or 0x342631) is known color: Melanzane. HEX triplet: 34, 26 and 31. RGB value is (52,38,49). Sum of RGB (Red+Green+Blue) = 52+38+49=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342631 is #CBD9CE. Grayscale: #2B2B2B. Windows color (decimal): -13359567 or 3221044. OLE color: 3221044.

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

Color convert

RGB 52 38 49 -
CMYK 0 0.27 0.06 0.80
HSL 312.86º 0.16% 0.18% -
HSV(B) 312.86º 0.27% 0.2% -
XYZ 2.66 2.34 3.22 -
YUV 43.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 52 38 49 0 0.27 0.06 0.80 312.86 0.16 0.18
Hex 34 26 31 0 1B 6 50 139 10 12
Octal 64 46 61 0 33 6 120 471 20 22
Binary 110100 100110 110001 0 11011 110 1010000 100111001 10000 10010

Color Harmonies of #342631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342631

Black with #342631

Text Example


Text Example

White with #342631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342631; }

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

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

background-color css

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

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

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

border-color css

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

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

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