Html Css Color HEX #352933 Melanzane

📋 copy color: '#352933'

red 53 ◦ green 41 ◦ blue 51

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

Shades of Melanzane #352933

Tints of Melanzane #352933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 36.55%
G = 28.28%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#352933 (or 0x352933) is known color: Melanzane. HEX triplet: 35, 29 and 33. RGB value is (53,41,51). Sum of RGB (Red+Green+Blue) = 53+41+51=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #352933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352933 is #CAD6CC. Grayscale: #2D2D2D. Windows color (decimal): -13293261 or 3352885. OLE color: 3352885.

HSL color Cylindrical-coordinate representation of color #352933: hue angle of 310º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #352933 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 41 51 -
CMYK 0 0.23 0.04 0.79
HSL 310º 0.13% 0.18% -
HSV(B) 310º 0.23% 0.21% -
XYZ 2.86 2.58 3.48 -
YUV 45.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 53 41 51 0 0.23 0.04 0.79 310 0.13 0.18
Hex 35 29 33 0 17 4 4F 136 D 12
Octal 65 51 63 0 27 4 117 466 15 22
Binary 110101 101001 110011 0 10111 100 1001111 100110110 1101 10010

Color Harmonies of #352933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352933

Black with #352933

Text Example


Text Example

White with #352933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352933; }

 p { color: rgb(53,41,51); }

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

background-color css

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

 a { background-color: rgb(53,41,51); }

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

border-color css

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

 span { border-color: rgb(53,41,51); }

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