#321D2A

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

Shades of Melanzane #321D2A

Tints of Melanzane #321D2A

Color information

#321D2A (or 0x321D2A) is unknown color: approx Melanzane. HEX triplet: 32, 1D and 2A. RGB value is (50,29,42). Sum of RGB (Red+Green+Blue) = 50+29+42=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2A is #CDE2D5. Grayscale: #242424. Windows color (decimal): -13492950 or 2759986. OLE color: 2759986.

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

Color convert

RGB502942-
CMYK00.420.160.80
HSL322.86º26.58%15.49%-
HSV(B)322.86º42%19.61%-
XYZ2.171.722.41-
YUV36.76130.96137.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=41.32%
G=23.97%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50294200.420.160.80322.8626.5815.49
Hex321D2A02A10501431bf
Octal623552052201205033317
Binary110010111011010100101010100001010000101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,42); }

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

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

 a { background-color: rgb(50,29,42); }

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

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

 span { border-color: rgb(50,29,42); }

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