#35122E

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

Shades of Melanzane #35122E

Tints of Melanzane #35122E

Color information

#35122E (or 0x35122E) is unknown color: approx Melanzane. HEX triplet: 35, 12 and 2E. RGB value is (53,18,46). Sum of RGB (Red+Green+Blue) = 53+18+46=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122E is #CAEDD1. Grayscale: #1F1F1F. Windows color (decimal): -13299154 or 3019317. OLE color: 3019317.

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

Color convert

RGB531846-
CMYK00.660.130.79
HSL312º49.3%13.92%-
HSV(B)312º66.04%20.78%-
XYZ2.181.392.74-
YUV31.66136.1143.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=45.30%
G=15.38%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184600.660.130.7931249.313.92
Hex35122E042D4F13831e
Octal6522560102151174706116
Binary1101011001010111001000010110110011111001110001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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