#35172F

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

Shades of Melanzane #35172F

Tints of Melanzane #35172F

Color information

#35172F (or 0x35172F) is unknown color: approx Melanzane. HEX triplet: 35, 17 and 2F. RGB value is (53,23,47). Sum of RGB (Red+Green+Blue) = 53+23+47=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172F is #CAE8D0. Grayscale: #222222. Windows color (decimal): -13297873 or 3086133. OLE color: 3086133.

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

Color convert

RGB532347-
CMYK00.570.110.79
HSL312º39.47%14.9%-
HSV(B)312º56.6%20.78%-
XYZ2.291.572.87-
YUV34.71134.94141.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=43.09%
G=18.70%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53234700.570.110.7931239.4714.9
Hex35172F039B4F13827f
Octal652757071131174704717
Binary110101101111011110111001101110011111001110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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