#35142C

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

Shades of Melanzane #35142C

Tints of Melanzane #35142C

Color information

#35142C (or 0x35142C) is unknown color: approx Melanzane. HEX triplet: 35, 14 and 2C. RGB value is (53,20,44). Sum of RGB (Red+Green+Blue) = 53+20+44=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35142C is #CAEBD3. Grayscale: #202020. Windows color (decimal): -13298644 or 2888757. OLE color: 2888757.

HSL color Cylindrical-coordinate representation of color #35142C: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35142C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB532044-
CMYK00.620.170.79
HSL316.36º45.21%14.31%-
HSV(B)316.36º62.26%20.78%-
XYZ2.171.442.55-
YUV32.6134.43142.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=45.30%
G=17.09%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53204400.620.170.79316.3645.2114.31
Hex35142C03E114F13c2de
Octal652454076211174745516
Binary1101011010010110001111101000110011111001111001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35142C; }

 p { color: rgb(53,20,44); }

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

<style>
 a { background-color: #35142C; }

 a { background-color: rgb(53,20,44); }

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

<style>
 span { border-color: #35142C; }

 span { border-color: rgb(53,20,44); }

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