#321F2E

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

Shades of Melanzane #321F2E

Tints of Melanzane #321F2E

Color information

#321F2E (or 0x321F2E) is unknown color: approx Melanzane. HEX triplet: 32, 1F and 2E. RGB value is (50,31,46). Sum of RGB (Red+Green+Blue) = 50+31+46=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #321F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F2E is #CDE0D1. Grayscale: #262626. Windows color (decimal): -13492434 or 3022642. OLE color: 3022642.

HSL color Cylindrical-coordinate representation of color #321F2E: hue angle of 312.63º 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 #321F2E is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB503146-
CMYK00.380.080.80
HSL312.63º23.46%15.88%-
HSV(B)312.63º38%19.61%-
XYZ2.31.862.82-
YUV38.39132.29136.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=39.37%
G=24.41%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50314600.380.080.80312.6323.4615.88
Hex321F2E0268501391710
Octal623756046101204712720
Binary110010111111011100100110100010100001001110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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