#313B47

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

Shades of Licorice #313B47

Tints of Licorice #313B47

Color information

#313B47 (or 0x313B47) is unknown color: approx Licorice. HEX triplet: 31, 3B and 47. RGB value is (49,59,71). Sum of RGB (Red+Green+Blue) = 49+59+71=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #313B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B47 is #CEC4B8. Grayscale: #393939. Windows color (decimal): -13550777 or 4668209. OLE color: 4668209.

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

Color convert

RGB495971-
CMYK0.310.1700.72
HSL212.73º18.33%23.53%-
HSV(B)212.73º30.99%27.84%-
XYZ3.974.246.57-
YUV57.38135.69122.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=27.37%
G=32.96%
B=39.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4959710.310.1700.72212.7318.3323.53
Hex313B471F11048d51218
Octal6173107372101103252230
Binary1100011110111000111111111000101001000110101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B47; }

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

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

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

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

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

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

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

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