#331B2E

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

Shades of Melanzane #331B2E

Tints of Melanzane #331B2E

Color information

#331B2E (or 0x331B2E) is unknown color: approx Melanzane. HEX triplet: 33, 1B and 2E. RGB value is (51,27,46). Sum of RGB (Red+Green+Blue) = 51+27+46=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B2E is #CCE4D1. Grayscale: #242424. Windows color (decimal): -13427922 or 3021619. OLE color: 3021619.

HSL color Cylindrical-coordinate representation of color #331B2E: hue angle of 312.5º 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 #331B2E is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB512746-
CMYK00.470.100.8
HSL312.5º30.77%15.29%-
HSV(B)312.5º47.06%20%-
XYZ2.251.682.79-
YUV36.34133.45138.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=41.13%
G=21.77%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51274600.470.100.8312.530.7715.29
Hex331B2E02FA501381ff
Octal633356057121204703717
Binary11001111011101110010111110101010000100111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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