#362730

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

Shades of Melanzane #362730

Tints of Melanzane #362730

Color information

#362730 (or 0x362730) is unknown color: approx Melanzane. HEX triplet: 36, 27 and 30. RGB value is (54,39,48). Sum of RGB (Red+Green+Blue) = 54+39+48=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362730 is #C9D8CF. Grayscale: #2C2C2C. Windows color (decimal): -13228240 or 3155766. OLE color: 3155766.

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

Color convert

RGB543948-
CMYK00.280.110.79
HSL324º16.13%18.24%-
HSV(B)324º27.78%21.18%-
XYZ2.782.453.12-
YUV44.51129.97134.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=38.30%
G=27.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54394800.280.110.7932416.1318.24
Hex36273001CB4F1441012
Octal664760034131175042022
Binary110110100111110000011100101110011111010001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362730; }

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

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

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

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

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

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

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

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