#362430

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

Shades of Melanzane #362430

Tints of Melanzane #362430

Color information

#362430 (or 0x362430) is unknown color: approx Melanzane. HEX triplet: 36, 24 and 30. RGB value is (54,36,48). Sum of RGB (Red+Green+Blue) = 54+36+48=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362430 is #C9DBCF. Grayscale: #2A2A2A. Windows color (decimal): -13229008 or 3154998. OLE color: 3154998.

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

Color convert

RGB543648-
CMYK00.330.110.79
HSL320º20%17.65%-
HSV(B)320º33.33%21.18%-
XYZ2.692.263.09-
YUV42.75130.96136.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=39.13%
G=26.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54364800.330.110.793202017.65
Hex362430021B4F1401412
Octal664460041131175002422
Binary1101101001001100000100001101110011111010000001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362430; }

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

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

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

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

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

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

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

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