#361C2F

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

Shades of Melanzane #361C2F

Tints of Melanzane #361C2F

Color information

#361C2F (or 0x361C2F) is unknown color: approx Melanzane. HEX triplet: 36, 1C and 2F. RGB value is (54,28,47). Sum of RGB (Red+Green+Blue) = 54+28+47=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2F is #C9E3D0. Grayscale: #252525. Windows color (decimal): -13231057 or 3087414. OLE color: 3087414.

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

Color convert

RGB542847-
CMYK00.480.130.79
HSL316.15º31.71%16.08%-
HSV(B)316.15º48.15%21.18%-
XYZ2.451.822.91-
YUV37.94133.11139.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=41.86%
G=21.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284700.480.130.79316.1531.7116.08
Hex361C2F030D4F13c2010
Octal663457060151174744020
Binary1101101110010111101100001101100111110011110010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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