#35192D

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

Shades of Melanzane #35192D

Tints of Melanzane #35192D

Color information

#35192D (or 0x35192D) is unknown color: approx Melanzane. HEX triplet: 35, 19 and 2D. RGB value is (53,25,45). Sum of RGB (Red+Green+Blue) = 53+25+45=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192D is #CAE6D2. Grayscale: #232323. Windows color (decimal): -13297363 or 2955573. OLE color: 2955573.

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

Color convert

RGB532545-
CMYK00.530.150.79
HSL317.14º35.9%15.29%-
HSV(B)317.14º52.83%20.78%-
XYZ2.291.642.68-
YUV35.65133.28140.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=43.09%
G=20.33%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254500.530.150.79317.1435.915.29
Hex35192D035F4F13d24f
Octal653155065171174754417
Binary110101110011011010110101111110011111001111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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