#362130

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

Shades of Melanzane #362130

Tints of Melanzane #362130

Color information

#362130 (or 0x362130) is unknown color: approx Melanzane. HEX triplet: 36, 21 and 30. RGB value is (54,33,48). Sum of RGB (Red+Green+Blue) = 54+33+48=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362130 is #C9DECF. Grayscale: #282828. Windows color (decimal): -13229776 or 3154230. OLE color: 3154230.

HSL color Cylindrical-coordinate representation of color #362130: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362130 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB543348-
CMYK00.390.110.79
HSL317.14º24.14%17.06%-
HSV(B)317.14º38.89%21.18%-
XYZ2.62.093.06-
YUV40.99131.96137.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=40%
G=24.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54334800.390.110.79317.1424.1417.06
Hex362130027B4F13d1811
Octal664160047131174753021
Binary1101101000011100000100111101110011111001111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362130; }

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

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

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

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

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

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

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

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