#321F2F

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

Shades of Melanzane #321F2F

Tints of Melanzane #321F2F

Color information

#321F2F (or 0x321F2F) is unknown color: approx Melanzane. HEX triplet: 32, 1F and 2F. RGB value is (50,31,47). Sum of RGB (Red+Green+Blue) = 50+31+47=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #321F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F2F is #CDE0D0. Grayscale: #262626. Windows color (decimal): -13492433 or 3088178. OLE color: 3088178.

HSL color Cylindrical-coordinate representation of color #321F2F: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F2F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB503147-
CMYK00.380.060.80
HSL309.47º23.46%15.88%-
HSV(B)309.47º38%19.61%-
XYZ2.321.862.93-
YUV38.5132.79136.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=39.06%
G=24.22%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50314700.380.060.80309.4723.4615.88
Hex321F2F0266501351710
Octal62375704661204652720
Binary11001011111101111010011011010100001001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F2F; }

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

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

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

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

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

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

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

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