Html Css Color HEX #342A30 Melanzane

📋 copy color: '#342A30'

red 52 ◦ green 42 ◦ blue 48

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

Shades of Melanzane #342A30

Tints of Melanzane #342A30

RGB

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

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

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

R = 36.62%
G = 29.58%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#342A30 (or 0x342A30) is known color: Melanzane. HEX triplet: 34, 2A and 30. RGB value is (52,42,48). Sum of RGB (Red+Green+Blue) = 52+42+48=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A30 is #CBD5CF. Grayscale: #2D2D2D. Windows color (decimal): -13358544 or 3156532. OLE color: 3156532.

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

Color convert

RGB 52 42 48 -
CMYK 0 0.19 0.08 0.80
HSL 324º 0.11% 0.18% -
HSV(B) 324º 0.19% 0.2% -
XYZ 2.78 2.6 3.15 -
YUV 45.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 52 42 48 0 0.19 0.08 0.80 324 0.11 0.18
Hex 34 2A 30 0 13 8 50 144 B 12
Octal 64 52 60 0 23 10 120 504 13 22
Binary 110100 101010 110000 0 10011 1000 1010000 101000100 1011 10010

Color Harmonies of #342A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A30

Black with #342A30

Text Example


Text Example

White with #342A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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