#313747

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

Shades of Licorice #313747

Tints of Licorice #313747

Color information

#313747 (or 0x313747) is unknown color: approx Licorice. HEX triplet: 31, 37 and 47. RGB value is (49,55,71). Sum of RGB (Red+Green+Blue) = 49+55+71=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #313747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313747 is #CEC8B8. Grayscale: #363636. Windows color (decimal): -13551801 or 4667185. OLE color: 4667185.

HSL color Cylindrical-coordinate representation of color #313747: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313747 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB495571-
CMYK0.310.2300.72
HSL223.64º18.33%23.53%-
HSV(B)223.64º30.99%27.84%-
XYZ3.773.846.5-
YUV55.03137.01123.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=28%
G=31.43%
B=40.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4955710.310.2300.72223.6418.3323.53
Hex3137471F17048e01218
Octal6167107372701103402230
Binary1100011101111000111111111011101001000111000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313747; }

 p { color: rgb(49,55,71); }

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

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

 a { background-color: rgb(49,55,71); }

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

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

 span { border-color: rgb(49,55,71); }

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