#361B2F

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

Shades of Melanzane #361B2F

Tints of Melanzane #361B2F

Color information

#361B2F (or 0x361B2F) is unknown color: approx Melanzane. HEX triplet: 36, 1B and 2F. RGB value is (54,27,47). Sum of RGB (Red+Green+Blue) = 54+27+47=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2F is #C9E4D0. Grayscale: #252525. Windows color (decimal): -13231313 or 3087158. OLE color: 3087158.

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

Color convert

RGB542747-
CMYK00.50.130.79
HSL315.56º33.33%15.88%-
HSV(B)315.56º50%21.18%-
XYZ2.431.772.9-
YUV37.35133.45139.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=42.19%
G=21.09%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274700.50.130.79315.5633.3315.88
Hex361B2F032D4F13c2110
Octal663357062151174744120
Binary1101101101110111101100101101100111110011110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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