#36152D

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

Shades of Melanzane #36152D

Tints of Melanzane #36152D

Color information

#36152D (or 0x36152D) is unknown color: approx Melanzane. HEX triplet: 36, 15 and 2D. RGB value is (54,21,45). Sum of RGB (Red+Green+Blue) = 54+21+45=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152D is #C9EAD2. Grayscale: #212121. Windows color (decimal): -13232851 or 2954550. OLE color: 2954550.

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

Color convert

RGB542145-
CMYK00.610.170.79
HSL316.36º44%14.71%-
HSV(B)316.36º61.11%21.18%-
XYZ2.261.512.65-
YUV33.6134.43142.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=45%
G=17.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54214500.610.170.79316.364414.71
Hex36152D03D114F13c2cf
Octal662555075211174745417
Binary1101101010110110101111011000110011111001111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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