#35192E

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

Shades of Melanzane #35192E

Tints of Melanzane #35192E

Color information

#35192E (or 0x35192E) is unknown color: approx Melanzane. HEX triplet: 35, 19 and 2E. RGB value is (53,25,46). Sum of RGB (Red+Green+Blue) = 53+25+46=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #35192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192E is #CAE6D1. Grayscale: #232323. Windows color (decimal): -13297362 or 3021109. OLE color: 3021109.

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

Color convert

RGB532546-
CMYK00.530.130.79
HSL315º35.9%15.29%-
HSV(B)315º52.83%20.78%-
XYZ2.311.652.78-
YUV35.77133.78140.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=42.74%
G=20.16%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254600.530.130.7931535.915.29
Hex35192E035D4F13b24f
Octal653156065151174734417
Binary110101110011011100110101110110011111001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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