#361F31

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

Shades of Melanzane #361F31

Tints of Melanzane #361F31

Color information

#361F31 (or 0x361F31) is unknown color: approx Melanzane. HEX triplet: 36, 1F and 31. RGB value is (54,31,49). Sum of RGB (Red+Green+Blue) = 54+31+49=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #361F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F31 is #C9E0CE. Grayscale: #272727. Windows color (decimal): -13230287 or 3219254. OLE color: 3219254.

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

Color convert

RGB543149-
CMYK00.430.090.79
HSL313.04º27.06%16.67%-
HSV(B)313.04º42.59%21.18%-
XYZ2.571.993.15-
YUV39.93133.12138.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=40.30%
G=23.13%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54314900.430.090.79313.0427.0616.67
Hex361F3102B94F1391b11
Octal663761053111174713321
Binary110110111111100010101011100110011111001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,49); }

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

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

 a { background-color: rgb(54,31,49); }

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

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

 span { border-color: rgb(54,31,49); }

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