#35202F

Color #35202F Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #35202F

Tints of Melanzane #35202F

Color information

#35202F (or 0x35202F) is unknown color: approx Melanzane. HEX triplet: 35, 20 and 2F. RGB value is (53,32,47). Sum of RGB (Red+Green+Blue) = 53+32+47=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202F is #CADFD0. Grayscale: #272727. Windows color (decimal): -13295569 or 3088437. OLE color: 3088437.

HSL color Cylindrical-coordinate representation of color #35202F: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35202F is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB533247-
CMYK00.400.110.79
HSL317.14º24.71%16.67%-
HSV(B)317.14º39.62%20.78%-
XYZ2.522.94-
YUV39.99131.96137.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=40.15%
G=24.24%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53324700.400.110.79317.1424.7116.67
Hex35202F028B4F13d1911
Octal654057050131174753121
Binary1101011000001011110101000101110011111001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35202F; }

 p { color: rgb(53,32,47); }

 H1.HeaderClassName
 {
   color: #35202F;
 }
 .AnyTagClassName
 {
   color: #35202F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,32,47); }

 div.DivClassName
 {
   background-color: #35202F;
 }
 .BgClassName
 {
   background-color: #35202F;
 }
</style>
border-color css

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

 span { border-color: rgb(53,32,47); }

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