#36182D

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

Shades of Melanzane #36182D

Tints of Melanzane #36182D

Color information

#36182D (or 0x36182D) is unknown color: approx Melanzane. HEX triplet: 36, 18 and 2D. RGB value is (54,24,45). Sum of RGB (Red+Green+Blue) = 54+24+45=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #36182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36182D is #C9E7D2. Grayscale: #232323. Windows color (decimal): -13232083 or 2955318. OLE color: 2955318.

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

Color convert

RGB542445-
CMYK00.560.170.79
HSL318º38.46%15.29%-
HSV(B)318º55.56%21.18%-
XYZ2.321.632.67-
YUV35.36133.44141.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=43.90%
G=19.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54244500.560.170.7931838.4615.29
Hex36182D038114F13e26f
Octal663055070211174764617
Binary1101101100010110101110001000110011111001111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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