Html Css Color HEX #352730 Melanzane

📋 copy color: '#352730'

red 53 ◦ green 39 ◦ blue 48

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

Shades of Melanzane #352730

Tints of Melanzane #352730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 37.86%
G = 27.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352730 (or 0x352730) is known color: Melanzane. HEX triplet: 35, 27 and 30. RGB value is (53,39,48). Sum of RGB (Red+Green+Blue) = 53+39+48=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352730 is #CAD8CF. Grayscale: #2C2C2C. Windows color (decimal): -13293776 or 3155765. OLE color: 3155765.

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

Color convert

RGB 53 39 48 -
CMYK 0 0.26 0.09 0.79
HSL 321.43º 0.15% 0.18% -
HSV(B) 321.43º 0.26% 0.21% -
XYZ 2.73 2.42 3.12 -
YUV 44.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 53 39 48 0 0.26 0.09 0.79 321.43 0.15 0.18
Hex 35 27 30 0 1A 9 4F 141 F 12
Octal 65 47 60 0 32 11 117 501 17 22
Binary 110101 100111 110000 0 11010 1001 1001111 101000001 1111 10010

Color Harmonies of #352730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352730

Black with #352730

Text Example


Text Example

White with #352730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352730; }

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

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

background-color css

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

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

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

border-color css

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

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

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