#35172D

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

Shades of Melanzane #35172D

Tints of Melanzane #35172D

Color information

#35172D (or 0x35172D) is unknown color: approx Melanzane. HEX triplet: 35, 17 and 2D. RGB value is (53,23,45). Sum of RGB (Red+Green+Blue) = 53+23+45=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172D is #CAE8D2. Grayscale: #222222. Windows color (decimal): -13297875 or 2955061. OLE color: 2955061.

HSL color Cylindrical-coordinate representation of color #35172D: hue angle of 316º 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 #35172D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB532345-
CMYK00.570.150.79
HSL316º39.47%14.9%-
HSV(B)316º56.6%20.78%-
XYZ2.251.562.67-
YUV34.48133.94141.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=43.80%
G=19.01%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53234500.570.150.7931639.4714.9
Hex35172D039F4F13c27f
Octal652755071171174744717
Binary110101101111011010111001111110011111001111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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