#313643

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

Shades of Licorice #313643

Tints of Licorice #313643

Color information

#313643 (or 0x313643) is unknown color: approx Licorice. HEX triplet: 31, 36 and 43. RGB value is (49,54,67). Sum of RGB (Red+Green+Blue) = 49+54+67=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #313643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313643 is #CEC9BC. Grayscale: #353535. Windows color (decimal): -13552061 or 4404785. OLE color: 4404785.

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

Color convert

RGB495467-
CMYK0.270.1900.74
HSL223.33º15.52%22.75%-
HSV(B)223.33º26.87%26.27%-
XYZ3.63.75.83-
YUV53.99135.34124.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=28.82%
G=31.76%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4954670.270.1900.74223.3315.5222.75
Hex3136431B1304Adf1017
Octal6166103332301123372027
Binary1100011101101000011110111001101001010110111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313643; }

 p { color: rgb(49,54,67); }

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

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

 a { background-color: rgb(49,54,67); }

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

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

 span { border-color: rgb(49,54,67); }

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