Html Css Color HEX #352C33 Melanzane

📋 copy color: '#352C33'

red 53 ◦ green 44 ◦ blue 51

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

Shades of Melanzane #352C33

Tints of Melanzane #352C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.73%

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

R = 35.81%
G = 29.73%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#352C33 (or 0x352C33) is known color: Melanzane. HEX triplet: 35, 2C and 33. RGB value is (53,44,51). Sum of RGB (Red+Green+Blue) = 53+44+51=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #352C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C33 is #CAD3CC. Grayscale: #2F2F2F. Windows color (decimal): -13292493 or 3353653. OLE color: 3353653.

HSL color Cylindrical-coordinate representation of color #352C33: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C33 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 44 51 -
CMYK 0 0.17 0.04 0.79
HSL 313.33º 0.09% 0.19% -
HSV(B) 313.33º 0.17% 0.21% -
XYZ 2.97 2.8 3.52 -
YUV 47.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 53 44 51 0 0.17 0.04 0.79 313.33 0.09 0.19
Hex 35 2C 33 0 11 4 4F 139 9 13
Octal 65 54 63 0 21 4 117 471 11 23
Binary 110101 101100 110011 0 10001 100 1001111 100111001 1001 10011

Color Harmonies of #352C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C33

Black with #352C33

Text Example


Text Example

White with #352C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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