#312A30

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

Shades of Melanzane #312A30

Tints of Melanzane #312A30

Color information

#312A30 (or 0x312A30) is unknown color: approx Melanzane. HEX triplet: 31, 2A and 30. RGB value is (49,42,48). Sum of RGB (Red+Green+Blue) = 49+42+48=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A30 is #CED5CF. Grayscale: #2C2C2C. Windows color (decimal): -13555152 or 3156529. OLE color: 3156529.

HSL color Cylindrical-coordinate representation of color #312A30: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312A30 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB494248-
CMYK00.140.020.81
HSL308.57º7.69%17.84%-
HSV(B)308.57º14.29%19.22%-
XYZ2.632.523.14-
YUV44.78129.82131.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=35.25%
G=30.22%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49424800.140.020.81308.577.6917.84
Hex312A300E251135812
Octal61526001621214651022
Binary11000110101011000001110101010001100110101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312A30; }

 p { color: rgb(49,42,48); }

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

<style>
 a { background-color: #312A30; }

 a { background-color: rgb(49,42,48); }

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

<style>
 span { border-color: #312A30; }

 span { border-color: rgb(49,42,48); }

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