#31282F

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

Shades of Melanzane #31282F

Tints of Melanzane #31282F

Color information

#31282F (or 0x31282F) is unknown color: approx Melanzane. HEX triplet: 31, 28 and 2F. RGB value is (49,40,47). Sum of RGB (Red+Green+Blue) = 49+40+47=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #31282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31282F is #CED7D0. Grayscale: #2B2B2B. Windows color (decimal): -13555665 or 3090481. OLE color: 3090481.

HSL color Cylindrical-coordinate representation of color #31282F: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31282F is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB494047-
CMYK00.180.040.81
HSL313.33º10.11%17.45%-
HSV(B)313.33º18.37%19.22%-
XYZ2.542.383.01-
YUV43.49129.98131.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=36.03%
G=29.41%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49404700.180.040.81313.3310.1117.45
Hex31282F012451139a11
Octal61505702241214711221
Binary1100011010001011110100101001010001100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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