Html Css Color HEX #342330 Melanzane

📋 copy color: '#342330'

red 52 ◦ green 35 ◦ blue 48

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

Shades of Melanzane #342330

Tints of Melanzane #342330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 38.52%
G = 25.93%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#342330 (or 0x342330) is known color: Melanzane. HEX triplet: 34, 23 and 30. RGB value is (52,35,48). Sum of RGB (Red+Green+Blue) = 52+35+48=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342330 is #CBDCCF. Grayscale: #292929. Windows color (decimal): -13360336 or 3154740. OLE color: 3154740.

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

Color convert

RGB 52 35 48 -
CMYK 0 0.33 0.08 0.80
HSL 314.12º 0.2% 0.17% -
HSV(B) 314.12º 0.33% 0.2% -
XYZ 2.55 2.15 3.08 -
YUV 41.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 52 35 48 0 0.33 0.08 0.80 314.12 0.2 0.17
Hex 34 23 30 0 21 8 50 13A 14 11
Octal 64 43 60 0 41 10 120 472 24 21
Binary 110100 100011 110000 0 100001 1000 1010000 100111010 10100 10001

Color Harmonies of #342330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342330

Black with #342330

Text Example


Text Example

White with #342330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342330; }

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

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

background-color css

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

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

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

border-color css

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

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

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