#313943

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

Shades of Licorice #313943

Tints of Licorice #313943

Color information

#313943 (or 0x313943) is unknown color: approx Licorice. HEX triplet: 31, 39 and 43. RGB value is (49,57,67). Sum of RGB (Red+Green+Blue) = 49+57+67=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #313943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313943 is #CEC6BC. Grayscale: #373737. Windows color (decimal): -13551293 or 4405553. OLE color: 4405553.

HSL color Cylindrical-coordinate representation of color #313943: hue angle of 213.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 #313943 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495767-
CMYK0.270.1500.74
HSL213.33º15.52%22.75%-
HSV(B)213.33º26.87%26.27%-
XYZ3.743.985.88-
YUV55.75134.35123.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=28.32%
G=32.95%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4957670.270.1500.74213.3315.5222.75
Hex3139431BF04Ad51017
Octal6171103331701123252027
Binary110001111001100001111011111101001010110101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313943; }

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

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

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

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

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

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

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

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