#332530

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

Shades of Melanzane #332530

Tints of Melanzane #332530

Color information

#332530 (or 0x332530) is unknown color: approx Melanzane. HEX triplet: 33, 25 and 30. RGB value is (51,37,48). Sum of RGB (Red+Green+Blue) = 51+37+48=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332530 is #CCDACF. Grayscale: #2A2A2A. Windows color (decimal): -13425360 or 3155251. OLE color: 3155251.

HSL color Cylindrical-coordinate representation of color #332530: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332530 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB513748-
CMYK00.270.060.8
HSL312.86º15.91%17.25%-
HSV(B)312.86º27.45%20%-
XYZ2.562.243.09-
YUV42.44131.14134.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=37.5%
G=27.21%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51374800.270.060.8312.8615.9117.25
Hex33253001B6501391011
Octal63456003361204712021
Binary11001110010111000001101111010100001001110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332530; }

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

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

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

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

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

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

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

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