#36112E

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

Shades of Melanzane #36112E

Tints of Melanzane #36112E

Color information

#36112E (or 0x36112E) is unknown color: approx Melanzane. HEX triplet: 36, 11 and 2E. RGB value is (54,17,46). Sum of RGB (Red+Green+Blue) = 54+17+46=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112E is #C9EED1. Grayscale: #1F1F1F. Windows color (decimal): -13233874 or 3019062. OLE color: 3019062.

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

Color convert

RGB541746-
CMYK00.690.150.79
HSL312.97º52.11%13.92%-
HSV(B)312.97º68.52%21.18%-
XYZ2.211.382.73-
YUV31.37136.26144.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=46.15%
G=14.53%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174600.690.150.79312.9752.1113.92
Hex36112E045F4F13934e
Octal6621560105171174716416
Binary1101101000110111001000101111110011111001110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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