#32272F

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

Shades of Melanzane #32272F

Tints of Melanzane #32272F

Color information

#32272F (or 0x32272F) is unknown color: approx Melanzane. HEX triplet: 32, 27 and 2F. RGB value is (50,39,47). Sum of RGB (Red+Green+Blue) = 50+39+47=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #32272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32272F is #CDD8D0. Grayscale: #2B2B2B. Windows color (decimal): -13490385 or 3090226. OLE color: 3090226.

HSL color Cylindrical-coordinate representation of color #32272F: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32272F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB503947-
CMYK00.220.060.80
HSL316.36º12.36%17.45%-
HSV(B)316.36º22%19.61%-
XYZ2.552.333.01-
YUV43.2130.14132.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=36.76%
G=28.68%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50394700.220.060.80316.3612.3617.45
Hex32272F01665013cc11
Octal62475702661204741421
Binary1100101001111011110101101101010000100111100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32272F; }

 p { color: rgb(50,39,47); }

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

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

 a { background-color: rgb(50,39,47); }

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

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

 span { border-color: rgb(50,39,47); }

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