#31272D

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

Shades of Melanzane #31272D

Tints of Melanzane #31272D

Color information

#31272D (or 0x31272D) is unknown color: approx Melanzane. HEX triplet: 31, 27 and 2D. RGB value is (49,39,45). Sum of RGB (Red+Green+Blue) = 49+39+45=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #31272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272D is #CED8D2. Grayscale: #2A2A2A. Windows color (decimal): -13555923 or 2959153. OLE color: 2959153.

HSL color Cylindrical-coordinate representation of color #31272D: hue angle of 324º 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 #31272D is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB493945-
CMYK00.200.080.81
HSL324º11.36%17.25%-
HSV(B)324º20.41%19.22%-
XYZ2.472.292.8-
YUV42.67129.31132.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=36.84%
G=29.32%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49394500.200.080.8132411.3617.25
Hex31272D014851144b11
Octal614755024101215041321
Binary11000110011110110101010010001010001101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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