#35192F

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

Shades of Melanzane #35192F

Tints of Melanzane #35192F

Color information

#35192F (or 0x35192F) is unknown color: approx Melanzane. HEX triplet: 35, 19 and 2F. RGB value is (53,25,47). Sum of RGB (Red+Green+Blue) = 53+25+47=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #35192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192F is #CAE6D0. Grayscale: #232323. Windows color (decimal): -13297361 or 3086645. OLE color: 3086645.

HSL color Cylindrical-coordinate representation of color #35192F: hue angle of 312.86º 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 #35192F is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB532547-
CMYK00.530.110.79
HSL312.86º35.9%15.29%-
HSV(B)312.86º52.83%20.78%-
XYZ2.331.662.89-
YUV35.88134.28140.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=42.4%
G=20%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254700.530.110.79312.8635.915.29
Hex35192F035B4F13924f
Octal653157065131174714417
Binary110101110011011110110101101110011111001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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