#36132E

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

Shades of Melanzane #36132E

Tints of Melanzane #36132E

Color information

#36132E (or 0x36132E) is unknown color: approx Melanzane. HEX triplet: 36, 13 and 2E. RGB value is (54,19,46). Sum of RGB (Red+Green+Blue) = 54+19+46=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132E is #C9ECD1. Grayscale: #202020. Windows color (decimal): -13233362 or 3019574. OLE color: 3019574.

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

Color convert

RGB541946-
CMYK00.650.150.79
HSL313.71º47.95%14.31%-
HSV(B)313.71º64.81%21.18%-
XYZ2.251.452.75-
YUV32.54135.6143.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=45.38%
G=15.97%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194600.650.150.79313.7147.9514.31
Hex36132E041F4F13a30e
Octal6623560101171174726016
Binary1101101001110111001000001111110011111001110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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