Html Css Color HEX #352A33 Melanzane

📋 copy color: '#352A33'

red 53 ◦ green 42 ◦ blue 51

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

Shades of Melanzane #352A33

Tints of Melanzane #352A33

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.77%

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

R = 36.3%
G = 28.77%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#352A33 (or 0x352A33) is known color: Melanzane. HEX triplet: 35, 2A and 33. RGB value is (53,42,51). Sum of RGB (Red+Green+Blue) = 53+42+51=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A33 is #CAD5CC. Grayscale: #2E2E2E. Windows color (decimal): -13293005 or 3353141. OLE color: 3353141.

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

Color convert

RGB 53 42 51 -
CMYK 0 0.21 0.04 0.79
HSL 310.91º 0.12% 0.19% -
HSV(B) 310.91º 0.21% 0.21% -
XYZ 2.89 2.65 3.49 -
YUV 46.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 53 42 51 0 0.21 0.04 0.79 310.91 0.12 0.19
Hex 35 2A 33 0 15 4 4F 137 C 13
Octal 65 52 63 0 25 4 117 467 14 23
Binary 110101 101010 110011 0 10101 100 1001111 100110111 1100 10011

Color Harmonies of #352A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A33

Black with #352A33

Text Example


Text Example

White with #352A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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