#312B30

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

Shades of Melanzane #312B30

Tints of Melanzane #312B30

Color information

#312B30 (or 0x312B30) is unknown color: approx Melanzane. HEX triplet: 31, 2B and 30. RGB value is (49,43,48). Sum of RGB (Red+Green+Blue) = 49+43+48=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B30 is #CED4CF. Grayscale: #2D2D2D. Windows color (decimal): -13554896 or 3156785. OLE color: 3156785.

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

Color convert

RGB494348-
CMYK00.120.020.81
HSL310º6.52%18.04%-
HSV(B)310º12.24%19.22%-
XYZ2.662.593.16-
YUV45.36129.49130.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=35%
G=30.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49434800.120.020.813106.5218.04
Hex312B300C251136712
Octal6153600142121466722
Binary1100011010111100000110010101000110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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