#36182F

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

Shades of Melanzane #36182F

Tints of Melanzane #36182F

Color information

#36182F (or 0x36182F) is unknown color: approx Melanzane. HEX triplet: 36, 18 and 2F. RGB value is (54,24,47). Sum of RGB (Red+Green+Blue) = 54+24+47=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #36182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36182F is #C9E7D0. Grayscale: #232323. Windows color (decimal): -13232081 or 3086390. OLE color: 3086390.

HSL color Cylindrical-coordinate representation of color #36182F: hue angle of 314º 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 #36182F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB542447-
CMYK00.560.130.79
HSL314º38.46%15.29%-
HSV(B)314º55.56%21.18%-
XYZ2.361.642.88-
YUV35.59134.44141.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=43.2%
G=19.2%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54244700.560.130.7931438.4615.29
Hex36182F038D4F13a26f
Octal663057070151174724617
Binary110110110001011110111000110110011111001110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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