#313845

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

Shades of Licorice #313845

Tints of Licorice #313845

Color information

#313845 (or 0x313845) is unknown color: approx Licorice. HEX triplet: 31, 38 and 45. RGB value is (49,56,69). Sum of RGB (Red+Green+Blue) = 49+56+69=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #313845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313845 is #CEC7BA. Grayscale: #373737. Windows color (decimal): -13551547 or 4536369. OLE color: 4536369.

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

Color convert

RGB495669-
CMYK0.290.1900.73
HSL219º16.95%23.14%-
HSV(B)219º28.99%27.06%-
XYZ3.753.916.19-
YUV55.39135.68123.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=28.16%
G=32.18%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4956690.290.1900.7321916.9523.14
Hex3138451D13049db1117
Octal6170105352301113332127
Binary1100011110001000101111011001101001001110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313845; }

 p { color: rgb(49,56,69); }

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

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

 a { background-color: rgb(49,56,69); }

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

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

 span { border-color: rgb(49,56,69); }

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