#362030

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

Shades of Melanzane #362030

Tints of Melanzane #362030

Color information

#362030 (or 0x362030) is unknown color: approx Melanzane. HEX triplet: 36, 20 and 30. RGB value is (54,32,48). Sum of RGB (Red+Green+Blue) = 54+32+48=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362030 is #C9DFCF. Grayscale: #282828. Windows color (decimal): -13230032 or 3153974. OLE color: 3153974.

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

Color convert

RGB543248-
CMYK00.410.110.79
HSL316.36º25.58%16.86%-
HSV(B)316.36º40.74%21.18%-
XYZ2.572.033.05-
YUV40.4132.29137.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=40.30%
G=23.88%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54324800.410.110.79316.3625.5816.86
Hex362030029B4F13c1a11
Octal664060051131174743221
Binary1101101000001100000101001101110011111001111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362030; }

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

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

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

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

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

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

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

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