#362831

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

Shades of Melanzane #362831

Tints of Melanzane #362831

Color information

#362831 (or 0x362831) is unknown color: approx Melanzane. HEX triplet: 36, 28 and 31. RGB value is (54,40,49). Sum of RGB (Red+Green+Blue) = 54+40+49=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362831 is #C9D7CE. Grayscale: #2D2D2D. Windows color (decimal): -13227983 or 3221558. OLE color: 3221558.

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

Color convert

RGB544049-
CMYK00.260.090.79
HSL321.43º14.89%18.43%-
HSV(B)321.43º25.93%21.18%-
XYZ2.832.523.24-
YUV45.21130.14134.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=37.76%
G=27.97%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54404900.260.090.79321.4314.8918.43
Hex36283101A94F141f12
Octal665061032111175011722
Binary11011010100011000101101010011001111101000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362831; }

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

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

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

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

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

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

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

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