#321F2B

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

Shades of Melanzane #321F2B

Tints of Melanzane #321F2B

Color information

#321F2B (or 0x321F2B) is unknown color: approx Melanzane. HEX triplet: 32, 1F and 2B. RGB value is (50,31,43). Sum of RGB (Red+Green+Blue) = 50+31+43=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F2B is #CDE0D4. Grayscale: #262626. Windows color (decimal): -13492437 or 2826034. OLE color: 2826034.

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

Color convert

RGB503143-
CMYK00.380.140.80
HSL322.11º23.46%15.88%-
HSV(B)322.11º38%19.61%-
XYZ2.241.832.52-
YUV38.05130.79136.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=40.32%
G=25%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50314300.380.140.80322.1123.4615.88
Hex321F2B026E501421710
Octal623753046161205022720
Binary110010111111010110100110111010100001010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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