#361B2E

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

Shades of Melanzane #361B2E

Tints of Melanzane #361B2E

Color information

#361B2E (or 0x361B2E) is unknown color: approx Melanzane. HEX triplet: 36, 1B and 2E. RGB value is (54,27,46). Sum of RGB (Red+Green+Blue) = 54+27+46=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2E is #C9E4D1. Grayscale: #252525. Windows color (decimal): -13231314 or 3021622. OLE color: 3021622.

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

Color convert

RGB542746-
CMYK00.50.150.79
HSL317.78º33.33%15.88%-
HSV(B)317.78º50%21.18%-
XYZ2.411.772.8-
YUV37.24132.95139.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=42.52%
G=21.26%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274600.50.150.79317.7833.3315.88
Hex361B2E032F4F13e2110
Octal663356062171174764120
Binary1101101101110111001100101111100111110011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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