#31252E

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

Shades of Melanzane #31252E

Tints of Melanzane #31252E

Color information

#31252E (or 0x31252E) is unknown color: approx Melanzane. HEX triplet: 31, 25 and 2E. RGB value is (49,37,46). Sum of RGB (Red+Green+Blue) = 49+37+46=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31252E is #CEDAD1. Grayscale: #292929. Windows color (decimal): -13556434 or 3024177. OLE color: 3024177.

HSL color Cylindrical-coordinate representation of color #31252E: hue angle of 315º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #31252E is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB493746-
CMYK00.240.060.81
HSL315º13.95%16.86%-
HSV(B)315º24.49%19.22%-
XYZ2.422.172.88-
YUV41.61130.48133.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=37.12%
G=28.03%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49374600.240.060.8131513.9516.86
Hex31252E01865113be11
Octal61455603061214731621
Binary1100011001011011100110001101010001100111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31252E; }

 p { color: rgb(49,37,46); }

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

<style>
 a { background-color: #31252E; }

 a { background-color: rgb(49,37,46); }

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

<style>
 span { border-color: #31252E; }

 span { border-color: rgb(49,37,46); }

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