#31282E

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

Shades of Melanzane #31282E

Tints of Melanzane #31282E

Color information

#31282E (or 0x31282E) is unknown color: approx Melanzane. HEX triplet: 31, 28 and 2E. RGB value is (49,40,46). Sum of RGB (Red+Green+Blue) = 49+40+46=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #31282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31282E is #CED7D1. Grayscale: #2B2B2B. Windows color (decimal): -13555666 or 3024945. OLE color: 3024945.

HSL color Cylindrical-coordinate representation of color #31282E: hue angle of 320º 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 #31282E is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB494046-
CMYK00.180.060.81
HSL320º10.11%17.45%-
HSV(B)320º18.37%19.22%-
XYZ2.522.372.91-
YUV43.38129.48132.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=36.30%
G=29.63%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49404600.180.060.8132010.1117.45
Hex31282E012651140a11
Octal61505602261215001221
Binary1100011010001011100100101101010001101000000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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