#313947

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

Shades of Licorice #313947

Tints of Licorice #313947

Color information

#313947 (or 0x313947) is unknown color: approx Licorice. HEX triplet: 31, 39 and 47. RGB value is (49,57,71). Sum of RGB (Red+Green+Blue) = 49+57+71=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #313947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313947 is #CEC6B8. Grayscale: #383838. Windows color (decimal): -13551289 or 4667697. OLE color: 4667697.

HSL color Cylindrical-coordinate representation of color #313947: hue angle of 218.18º 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 #313947 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB495771-
CMYK0.310.2000.72
HSL218.18º18.33%23.53%-
HSV(B)218.18º30.99%27.84%-
XYZ3.874.036.54-
YUV56.2136.35122.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=27.68%
G=32.20%
B=40.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4957710.310.2000.72218.1818.3323.53
Hex3139471F14048da1218
Octal6171107372401103322230
Binary1100011110011000111111111010001001000110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313947; }

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

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

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

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

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

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

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

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