#35182D

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

Shades of Melanzane #35182D

Tints of Melanzane #35182D

Color information

#35182D (or 0x35182D) is unknown color: approx Melanzane. HEX triplet: 35, 18 and 2D. RGB value is (53,24,45). Sum of RGB (Red+Green+Blue) = 53+24+45=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35182D is #CAE7D2. Grayscale: #232323. Windows color (decimal): -13297619 or 2955317. OLE color: 2955317.

HSL color Cylindrical-coordinate representation of color #35182D: hue angle of 316.55º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35182D is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB532445-
CMYK00.550.150.79
HSL316.55º37.66%15.1%-
HSV(B)316.55º54.72%20.78%-
XYZ2.271.62.67-
YUV35.06133.61140.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=43.44%
G=19.67%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53244500.550.150.79316.5537.6615.1
Hex35182D037F4F13d26f
Octal653055067171174754617
Binary110101110001011010110111111110011111001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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