#31272E

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

Shades of Melanzane #31272E

Tints of Melanzane #31272E

Color information

#31272E (or 0x31272E) is unknown color: approx Melanzane. HEX triplet: 31, 27 and 2E. RGB value is (49,39,46). Sum of RGB (Red+Green+Blue) = 49+39+46=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #31272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272E is #CED8D1. Grayscale: #2A2A2A. Windows color (decimal): -13555922 or 3024689. OLE color: 3024689.

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

Color convert

RGB493946-
CMYK00.200.060.81
HSL318º11.36%17.25%-
HSV(B)318º20.41%19.22%-
XYZ2.492.32.9-
YUV42.79129.81132.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=36.57%
G=29.10%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49394600.200.060.8131811.3617.25
Hex31272E01465113eb11
Octal61475602461214761321
Binary1100011001111011100101001101010001100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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