#36192E

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

Shades of Melanzane #36192E

Tints of Melanzane #36192E

Color information

#36192E (or 0x36192E) is unknown color: approx Melanzane. HEX triplet: 36, 19 and 2E. RGB value is (54,25,46). Sum of RGB (Red+Green+Blue) = 54+25+46=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #36192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36192E is #C9E6D1. Grayscale: #242424. Windows color (decimal): -13231826 or 3021110. OLE color: 3021110.

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

Color convert

RGB542546-
CMYK00.540.150.79
HSL316.55º36.71%15.49%-
HSV(B)316.55º53.7%21.18%-
XYZ2.361.682.78-
YUV36.06133.61140.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=43.2%
G=20%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54254600.540.150.79316.5536.7115.49
Hex36192E036F4F13d25f
Octal663156066171174754517
Binary110110110011011100110110111110011111001111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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