#361C2E

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

Shades of Melanzane #361C2E

Tints of Melanzane #361C2E

Color information

#361C2E (or 0x361C2E) is unknown color: approx Melanzane. HEX triplet: 36, 1C and 2E. RGB value is (54,28,46). Sum of RGB (Red+Green+Blue) = 54+28+46=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2E is #C9E3D1. Grayscale: #252525. Windows color (decimal): -13231058 or 3021878. OLE color: 3021878.

HSL color Cylindrical-coordinate representation of color #361C2E: hue angle of 318.46º 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 #361C2E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB542846-
CMYK00.480.150.79
HSL318.46º31.71%16.08%-
HSV(B)318.46º48.15%21.18%-
XYZ2.431.812.81-
YUV37.83132.61139.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=42.19%
G=21.88%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284600.480.150.79318.4631.7116.08
Hex361C2E030F4F13e2010
Octal663456060171174764020
Binary1101101110010111001100001111100111110011111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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