#362631

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

Shades of Melanzane #362631

Tints of Melanzane #362631

Color information

#362631 (or 0x362631) is unknown color: approx Melanzane. HEX triplet: 36, 26 and 31. RGB value is (54,38,49). Sum of RGB (Red+Green+Blue) = 54+38+49=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362631 is #C9D9CE. Grayscale: #2C2C2C. Windows color (decimal): -13228495 or 3221046. OLE color: 3221046.

HSL color Cylindrical-coordinate representation of color #362631: hue angle of 318.75º 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 #362631 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB543849-
CMYK00.300.090.79
HSL318.75º17.39%18.04%-
HSV(B)318.75º29.63%21.18%-
XYZ2.772.393.22-
YUV44.04130.8135.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=38.30%
G=26.95%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54384900.300.090.79318.7517.3918.04
Hex36263101E94F13f1112
Octal664661036111174772122
Binary110110100110110001011110100110011111001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362631; }

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

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

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

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

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

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

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

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