#313847

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

Shades of Licorice #313847

Tints of Licorice #313847

Color information

#313847 (or 0x313847) is unknown color: approx Licorice. HEX triplet: 31, 38 and 47. RGB value is (49,56,71). Sum of RGB (Red+Green+Blue) = 49+56+71=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #313847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313847 is #CEC7B8. Grayscale: #373737. Windows color (decimal): -13551545 or 4667441. OLE color: 4667441.

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

Color convert

RGB495671-
CMYK0.310.2100.72
HSL220.91º18.33%23.53%-
HSV(B)220.91º30.99%27.84%-
XYZ3.823.946.52-
YUV55.62136.68123.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=27.84%
G=31.82%
B=40.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4956710.310.2100.72220.9118.3323.53
Hex3138471F15048dd1218
Octal6170107372501103352230
Binary1100011110001000111111111010101001000110111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313847; }

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

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

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

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

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

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

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

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