#331B2B

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

Shades of Melanzane #331B2B

Tints of Melanzane #331B2B

Color information

#331B2B (or 0x331B2B) is unknown color: approx Melanzane. HEX triplet: 33, 1B and 2B. RGB value is (51,27,43). Sum of RGB (Red+Green+Blue) = 51+27+43=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #331B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B2B is #CCE4D4. Grayscale: #232323. Windows color (decimal): -13427925 or 2825011. OLE color: 2825011.

HSL color Cylindrical-coordinate representation of color #331B2B: hue angle of 320º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B2B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB512743-
CMYK00.470.160.8
HSL320º30.77%15.29%-
HSV(B)320º47.06%20%-
XYZ2.191.662.49-
YUV36131.95138.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=42.15%
G=22.31%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51274300.470.160.832030.7715.29
Hex331B2B02F10501401ff
Octal633353057201205003717
Binary110011110111010110101111100001010000101000000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B2B; }

 p { color: rgb(51,27,43); }

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

<style>
 a { background-color: #331B2B; }

 a { background-color: rgb(51,27,43); }

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

<style>
 span { border-color: #331B2B; }

 span { border-color: rgb(51,27,43); }

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