#361C2D

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

Shades of Melanzane #361C2D

Tints of Melanzane #361C2D

Color information

#361C2D (or 0x361C2D) is unknown color: approx Melanzane. HEX triplet: 36, 1C and 2D. RGB value is (54,28,45). Sum of RGB (Red+Green+Blue) = 54+28+45=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2D is #C9E3D2. Grayscale: #252525. Windows color (decimal): -13231059 or 2956342. OLE color: 2956342.

HSL color Cylindrical-coordinate representation of color #361C2D: hue angle of 320.77º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C2D is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB542845-
CMYK00.480.170.79
HSL320.77º31.71%16.08%-
HSV(B)320.77º48.15%21.18%-
XYZ2.411.82.7-
YUV37.71132.11139.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=42.52%
G=22.05%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284500.480.170.79320.7731.7116.08
Hex361C2D030114F1412010
Octal663455060211175014020
Binary11011011100101101011000010001100111110100000110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361C2D; }

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

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

<style>
 a { background-color: #361C2D; }

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

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

<style>
 span { border-color: #361C2D; }

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

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