#35122D

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

Shades of Melanzane #35122D

Tints of Melanzane #35122D

Color information

#35122D (or 0x35122D) is unknown color: approx Melanzane. HEX triplet: 35, 12 and 2D. RGB value is (53,18,45). Sum of RGB (Red+Green+Blue) = 53+18+45=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122D is #CAEDD2. Grayscale: #1F1F1F. Windows color (decimal): -13299155 or 2953781. OLE color: 2953781.

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

Color convert

RGB531845-
CMYK00.660.150.79
HSL313.71º49.3%13.92%-
HSV(B)313.71º66.04%20.78%-
XYZ2.161.382.64-
YUV31.54135.6143.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=45.69%
G=15.52%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184500.660.150.79313.7149.313.92
Hex35122D042F4F13a31e
Octal6522550102171174726116
Binary1101011001010110101000010111110011111001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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