#313946

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

Shades of Licorice #313946

Tints of Licorice #313946

Color information

#313946 (or 0x313946) is unknown color: approx Licorice. HEX triplet: 31, 39 and 46. RGB value is (49,57,70). Sum of RGB (Red+Green+Blue) = 49+57+70=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #313946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313946 is #CEC6B9. Grayscale: #383838. Windows color (decimal): -13551290 or 4602161. OLE color: 4602161.

HSL color Cylindrical-coordinate representation of color #313946: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313946 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495770-
CMYK0.300.1900.73
HSL217.14º17.65%23.33%-
HSV(B)217.14º30%27.45%-
XYZ3.844.026.37-
YUV56.09135.85122.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=27.84%
G=32.39%
B=39.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4957700.300.1900.73217.1417.6523.33
Hex3139461E13049d91217
Octal6171106362301113312227
Binary1100011110011000110111101001101001001110110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313946; }

 p { color: rgb(49,57,70); }

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

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

 a { background-color: rgb(49,57,70); }

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

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

 span { border-color: rgb(49,57,70); }

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