#362630

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

Shades of Melanzane #362630

Tints of Melanzane #362630

Color information

#362630 (or 0x362630) is unknown color: approx Melanzane. HEX triplet: 36, 26 and 30. RGB value is (54,38,48). Sum of RGB (Red+Green+Blue) = 54+38+48=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362630 is #C9D9CF. Grayscale: #2B2B2B. Windows color (decimal): -13228496 or 3155510. OLE color: 3155510.

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

Color convert

RGB543848-
CMYK00.300.110.79
HSL322.5º17.39%18.04%-
HSV(B)322.5º29.63%21.18%-
XYZ2.752.383.11-
YUV43.92130.3135.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=38.57%
G=27.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54384800.300.110.79322.517.3918.04
Hex36263001EB4F1421112
Octal664660036131175022122
Binary110110100110110000011110101110011111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362630; }

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

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

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

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

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

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

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

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