Html Css Color HEX #353234 Melanzane

📋 copy color: '#353234'

red 53 ◦ green 50 ◦ blue 52

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

Shades of Melanzane #353234

Tints of Melanzane #353234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 34.19%
G = 32.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#353234 (or 0x353234) is known color: Melanzane. HEX triplet: 35, 32 and 34. RGB value is (53,50,52). Sum of RGB (Red+Green+Blue) = 53+50+52=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 53 - color contains mainly: red. Hex color #353234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353234 is #CACDCB. Grayscale: #333333. Windows color (decimal): -13290956 or 3420725. OLE color: 3420725.

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

Color convert

RGB 53 50 52 -
CMYK 0 0.06 0.02 0.79
HSL 320º 0.03% 0.2% -
HSV(B) 320º 0.06% 0.21% -
XYZ 3.23 3.29 3.71 -
YUV 51.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 53 50 52 0 0.06 0.02 0.79 320 0.03 0.2
Hex 35 32 34 0 6 2 4F 140 3 14
Octal 65 62 64 0 6 2 117 500 3 24
Binary 110101 110010 110100 0 110 10 1001111 101000000 11 10100

Color Harmonies of #353234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353234

Black with #353234

Text Example


Text Example

White with #353234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353234; }

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

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

background-color css

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

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

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

border-color css

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

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

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