#361D2F

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

Shades of Melanzane #361D2F

Tints of Melanzane #361D2F

Color information

#361D2F (or 0x361D2F) is unknown color: approx Melanzane. HEX triplet: 36, 1D and 2F. RGB value is (54,29,47). Sum of RGB (Red+Green+Blue) = 54+29+47=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D2F is #C9E2D0. Grayscale: #262626. Windows color (decimal): -13230801 or 3087670. OLE color: 3087670.

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

Color convert

RGB542947-
CMYK00.460.130.79
HSL316.8º30.12%16.27%-
HSV(B)316.8º46.3%21.18%-
XYZ2.471.872.92-
YUV38.53132.78139.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=41.54%
G=22.31%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54294700.460.130.79316.830.1216.27
Hex361D2F02ED4F13d1e10
Octal663557056151174753620
Binary110110111011011110101110110110011111001111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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