Html Css Color HEX #342630 Melanzane

📋 copy color: '#342630'

red 52 ◦ green 38 ◦ blue 48

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

Shades of Melanzane #342630

Tints of Melanzane #342630

RGB

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

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

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

R = 37.68%
G = 27.54%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#342630 (or 0x342630) is known color: Melanzane. HEX triplet: 34, 26 and 30. RGB value is (52,38,48). Sum of RGB (Red+Green+Blue) = 52+38+48=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342630 is #CBD9CF. Grayscale: #2B2B2B. Windows color (decimal): -13359568 or 3155508. OLE color: 3155508.

HSL color Cylindrical-coordinate representation of color #342630: hue angle of 317.14º 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 #342630 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 38 48 -
CMYK 0 0.27 0.08 0.80
HSL 317.14º 0.16% 0.18% -
HSV(B) 317.14º 0.27% 0.2% -
XYZ 2.64 2.33 3.11 -
YUV 43.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 52 38 48 0 0.27 0.08 0.80 317.14 0.16 0.18
Hex 34 26 30 0 1B 8 50 13D 10 12
Octal 64 46 60 0 33 10 120 475 20 22
Binary 110100 100110 110000 0 11011 1000 1010000 100111101 10000 10010

Color Harmonies of #342630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342630

Black with #342630

Text Example


Text Example

White with #342630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342630; }

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

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

background-color css

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

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

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

border-color css

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

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

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