#312C30

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

Shades of Melanzane #312C30

Tints of Melanzane #312C30

Color information

#312C30 (or 0x312C30) is unknown color: approx Melanzane. HEX triplet: 31, 2C and 30. RGB value is (49,44,48). Sum of RGB (Red+Green+Blue) = 49+44+48=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 49 - color contains mainly: red. Hex color #312C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C30 is #CED3CF. Grayscale: #2D2D2D. Windows color (decimal): -13554640 or 3157041. OLE color: 3157041.

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

Color convert

RGB494448-
CMYK00.100.020.81
HSL312º5.38%18.24%-
HSV(B)312º10.2%19.22%-
XYZ2.72.673.17-
YUV45.95129.16130.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=34.75%
G=31.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49444800.100.020.813125.3818.24
Hex312C300A251138512
Octal6154600122121470522
Binary1100011011001100000101010101000110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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