#313C48

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

Shades of Licorice #313C48

Tints of Licorice #313C48

Color information

#313C48 (or 0x313C48) is unknown color: approx Licorice. HEX triplet: 31, 3C and 48. RGB value is (49,60,72). Sum of RGB (Red+Green+Blue) = 49+60+72=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #313C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C48 is #CEC3B7. Grayscale: #3A3A3A. Windows color (decimal): -13550520 or 4734001. OLE color: 4734001.

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

Color convert

RGB496072-
CMYK0.320.1700.72
HSL211.3º19.01%23.73%-
HSV(B)211.3º31.94%28.24%-
XYZ4.054.356.76-
YUV58.08135.86121.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=27.07%
G=33.15%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4960720.320.1700.72211.319.0123.73
Hex313C482011048d31318
Octal6174110402101103232330
Binary11000111110010010001000001000101001000110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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