#362330

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

Shades of Melanzane #362330

Tints of Melanzane #362330

Color information

#362330 (or 0x362330) is unknown color: approx Melanzane. HEX triplet: 36, 23 and 30. RGB value is (54,35,48). Sum of RGB (Red+Green+Blue) = 54+35+48=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362330 is #C9DCCF. Grayscale: #2A2A2A. Windows color (decimal): -13229264 or 3154742. OLE color: 3154742.

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

Color convert

RGB543548-
CMYK00.350.110.79
HSL318.95º21.35%17.45%-
HSV(B)318.95º35.19%21.18%-
XYZ2.662.23.08-
YUV42.16131.29136.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=39.42%
G=25.55%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54354800.350.110.79318.9521.3517.45
Hex362330023B4F13f1511
Octal664360043131174772521
Binary1101101000111100000100011101110011111001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362330; }

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

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

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

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

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

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

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

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