#313843

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

Shades of Licorice #313843

Tints of Licorice #313843

Color information

#313843 (or 0x313843) is unknown color: approx Licorice. HEX triplet: 31, 38 and 43. RGB value is (49,56,67). Sum of RGB (Red+Green+Blue) = 49+56+67=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #313843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313843 is #CEC7BC. Grayscale: #373737. Windows color (decimal): -13551549 or 4405297. OLE color: 4405297.

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

Color convert

RGB495667-
CMYK0.270.1600.74
HSL216.67º15.52%22.75%-
HSV(B)216.67º26.87%26.27%-
XYZ3.693.895.87-
YUV55.16134.68123.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=28.49%
G=32.56%
B=38.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4956670.270.1600.74216.6715.5222.75
Hex3138431B1004Ad91017
Octal6170103332001123312027
Binary1100011110001000011110111000001001010110110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313843; }

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

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

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

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

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

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

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

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