#362530

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

Shades of Melanzane #362530

Tints of Melanzane #362530

Color information

#362530 (or 0x362530) is unknown color: approx Melanzane. HEX triplet: 36, 25 and 30. RGB value is (54,37,48). Sum of RGB (Red+Green+Blue) = 54+37+48=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362530 is #C9DACF. Grayscale: #2B2B2B. Windows color (decimal): -13228752 or 3155254. OLE color: 3155254.

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

Color convert

RGB543748-
CMYK00.310.110.79
HSL321.18º18.68%17.84%-
HSV(B)321.18º31.48%21.18%-
XYZ2.722.323.1-
YUV43.34130.63135.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=38.85%
G=26.62%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54374800.310.110.79321.1818.6817.84
Hex36253001FB4F1411312
Octal664560037131175012322
Binary110110100101110000011111101110011111010000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362530; }

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

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

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

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

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

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

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

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