#331F2B

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

Shades of Melanzane #331F2B

Tints of Melanzane #331F2B

Color information

#331F2B (or 0x331F2B) is unknown color: approx Melanzane. HEX triplet: 33, 1F and 2B. RGB value is (51,31,43). Sum of RGB (Red+Green+Blue) = 51+31+43=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2B is #CCE0D4. Grayscale: #262626. Windows color (decimal): -13426901 or 2826035. OLE color: 2826035.

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

Color convert

RGB513143-
CMYK00.390.160.8
HSL324º24.39%16.08%-
HSV(B)324º39.22%20%-
XYZ2.291.862.52-
YUV38.35130.63137.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=40.8%
G=24.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51314300.390.160.832424.3916.08
Hex331F2B02710501441810
Octal633753047201205043020
Binary1100111111110101101001111000010100001010001001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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