Html Css Color HEX #353034 Melanzane

📋 copy color: '#353034'

red 53 ◦ green 48 ◦ blue 52

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

Shades of Melanzane #353034

Tints of Melanzane #353034

RGB

 RED value IS 53 (21.09% from 255) = 34.64%

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 52 (20.7% from 255) = 33.99%

R = 34.64%
G = 31.37%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#353034 (or 0x353034) is known color: Melanzane. HEX triplet: 35, 30 and 34. RGB value is (53,48,52). Sum of RGB (Red+Green+Blue) = 53+48+52=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 53 - color contains mainly: red. Hex color #353034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353034 is #CACFCB. Grayscale: #313131. Windows color (decimal): -13291468 or 3420213. OLE color: 3420213.

HSL color Cylindrical-coordinate representation of color #353034: hue angle of 312º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353034 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 52 -
CMYK 0 0.09 0.02 0.79
HSL 312º 0.05% 0.2% -
HSV(B) 312º 0.09% 0.21% -
XYZ 3.14 3.12 3.69 -
YUV 49.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 53 48 52 0 0.09 0.02 0.79 312 0.05 0.2
Hex 35 30 34 0 9 2 4F 138 5 14
Octal 65 60 64 0 11 2 117 470 5 24
Binary 110101 110000 110100 0 1001 10 1001111 100111000 101 10100

Color Harmonies of #353034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353034

Black with #353034

Text Example


Text Example

White with #353034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353034; }

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

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

background-color css

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

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

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

border-color css

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

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

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