Html Css Color HEX #342830 Melanzane

📋 copy color: '#342830'

red 52 ◦ green 40 ◦ blue 48

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

Shades of Melanzane #342830

Tints of Melanzane #342830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 37.14%
G = 28.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#342830 (or 0x342830) is known color: Melanzane. HEX triplet: 34, 28 and 30. RGB value is (52,40,48). Sum of RGB (Red+Green+Blue) = 52+40+48=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342830 is #CBD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13359056 or 3156020. OLE color: 3156020.

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

Color convert

RGB 52 40 48 -
CMYK 0 0.23 0.08 0.80
HSL 320º 0.13% 0.18% -
HSV(B) 320º 0.23% 0.2% -
XYZ 2.71 2.46 3.13 -
YUV 44.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 52 40 48 0 0.23 0.08 0.80 320 0.13 0.18
Hex 34 28 30 0 17 8 50 140 D 12
Octal 64 50 60 0 27 10 120 500 15 22
Binary 110100 101000 110000 0 10111 1000 1010000 101000000 1101 10010

Color Harmonies of #342830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342830

Black with #342830

Text Example


Text Example

White with #342830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342830; }

 p { color: rgb(52,40,48); }

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

background-color css

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

 a { background-color: rgb(52,40,48); }

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

border-color css

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

 span { border-color: rgb(52,40,48); }

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