#35252F

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

Shades of Melanzane #35252F

Tints of Melanzane #35252F

Color information

#35252F (or 0x35252F) is unknown color: approx Melanzane. HEX triplet: 35, 25 and 2F. RGB value is (53,37,47). Sum of RGB (Red+Green+Blue) = 53+37+47=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35252F is #CADAD0. Grayscale: #2A2A2A. Windows color (decimal): -13294289 or 3089717. OLE color: 3089717.

HSL color Cylindrical-coordinate representation of color #35252F: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35252F is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB533747-
CMYK00.300.110.79
HSL322.5º17.78%17.65%-
HSV(B)322.5º30.19%20.78%-
XYZ2.642.292.99-
YUV42.92130.3135.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=38.69%
G=27.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53374700.300.110.79322.517.7817.65
Hex35252F01EB4F1421212
Octal654557036131175022222
Binary110101100101101111011110101110011111010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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