#313948

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

Shades of Licorice #313948

Tints of Licorice #313948

Color information

#313948 (or 0x313948) is unknown color: approx Licorice. HEX triplet: 31, 39 and 48. RGB value is (49,57,72). Sum of RGB (Red+Green+Blue) = 49+57+72=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #313948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313948 is #CEC6B7. Grayscale: #383838. Windows color (decimal): -13551288 or 4733233. OLE color: 4733233.

HSL color Cylindrical-coordinate representation of color #313948: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313948 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB495772-
CMYK0.320.2100.72
HSL219.13º19.01%23.73%-
HSV(B)219.13º31.94%28.24%-
XYZ3.94.056.71-
YUV56.32136.85122.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=27.53%
G=32.02%
B=40.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4957720.320.2100.72219.1319.0123.73
Hex3139482015048db1318
Octal6171110402501103332330
Binary11000111100110010001000001010101001000110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313948; }

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

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

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

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

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

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

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

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