#31252F

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

Shades of Melanzane #31252F

Tints of Melanzane #31252F

Color information

#31252F (or 0x31252F) is unknown color: approx Melanzane. HEX triplet: 31, 25 and 2F. RGB value is (49,37,47). Sum of RGB (Red+Green+Blue) = 49+37+47=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #31252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31252F is #CEDAD0. Grayscale: #292929. Windows color (decimal): -13556433 or 3089713. OLE color: 3089713.

HSL color Cylindrical-coordinate representation of color #31252F: hue angle of 310º 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 #31252F is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB493747-
CMYK00.240.040.81
HSL310º13.95%16.86%-
HSV(B)310º24.49%19.22%-
XYZ2.442.182.98-
YUV41.73130.98133.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=36.84%
G=27.82%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49374700.240.040.8131013.9516.86
Hex31252F018451136e11
Octal61455703041214661621
Binary1100011001011011110110001001010001100110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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