#35232E

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

Shades of Melanzane #35232E

Tints of Melanzane #35232E

Color information

#35232E (or 0x35232E) is unknown color: approx Melanzane. HEX triplet: 35, 23 and 2E. RGB value is (53,35,46). Sum of RGB (Red+Green+Blue) = 53+35+46=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232E is #CADCD1. Grayscale: #292929. Windows color (decimal): -13294802 or 3023669. OLE color: 3023669.

HSL color Cylindrical-coordinate representation of color #35232E: hue angle of 323.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35232E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB533546-
CMYK00.340.130.79
HSL323.33º20.45%17.25%-
HSV(B)323.33º33.96%20.78%-
XYZ2.562.162.87-
YUV41.64130.46136.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=39.55%
G=26.12%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53354600.340.130.79323.3320.4517.25
Hex35232E022D4F1431411
Octal654356042151175032421
Binary1101011000111011100100010110110011111010000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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