#361E30

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

Shades of Melanzane #361E30

Tints of Melanzane #361E30

Color information

#361E30 (or 0x361E30) is unknown color: approx Melanzane. HEX triplet: 36, 1E and 30. RGB value is (54,30,48). Sum of RGB (Red+Green+Blue) = 54+30+48=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E30 is #C9E1CF. Grayscale: #272727. Windows color (decimal): -13230544 or 3153462. OLE color: 3153462.

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

Color convert

RGB543048-
CMYK00.440.110.79
HSL315º28.57%16.47%-
HSV(B)315º44.44%21.18%-
XYZ2.521.933.04-
YUV39.23132.95138.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=40.91%
G=22.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54304800.440.110.7931528.5716.47
Hex361E3002CB4F13b1d10
Octal663660054131174733520
Binary110110111101100000101100101110011111001110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,30,48); }

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

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

 a { background-color: rgb(54,30,48); }

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

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

 span { border-color: rgb(54,30,48); }

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