#35172E

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

Shades of Melanzane #35172E

Tints of Melanzane #35172E

Color information

#35172E (or 0x35172E) is unknown color: approx Melanzane. HEX triplet: 35, 17 and 2E. RGB value is (53,23,46). Sum of RGB (Red+Green+Blue) = 53+23+46=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172E is #CAE8D1. Grayscale: #222222. Windows color (decimal): -13297874 or 3020597. OLE color: 3020597.

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

Color convert

RGB532346-
CMYK00.570.130.79
HSL314º39.47%14.9%-
HSV(B)314º56.6%20.78%-
XYZ2.271.572.77-
YUV34.59134.44141.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=43.44%
G=18.85%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53234600.570.130.7931439.4714.9
Hex35172E039D4F13a27f
Octal652756071151174724717
Binary110101101111011100111001110110011111001110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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