#313B46

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

Shades of Licorice #313B46

Tints of Licorice #313B46

Color information

#313B46 (or 0x313B46) is unknown color: approx Licorice. HEX triplet: 31, 3B and 46. RGB value is (49,59,70). Sum of RGB (Red+Green+Blue) = 49+59+70=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #313B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B46 is #CEC4B9. Grayscale: #393939. Windows color (decimal): -13550778 or 4602673. OLE color: 4602673.

HSL color Cylindrical-coordinate representation of color #313B46: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313B46 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495970-
CMYK0.300.1600.73
HSL211.43º17.65%23.33%-
HSV(B)211.43º30%27.45%-
XYZ3.944.226.4-
YUV57.26135.19122.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=27.53%
G=33.15%
B=39.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4959700.300.1600.73211.4317.6523.33
Hex313B461E10049d31217
Octal6173106362001113232227
Binary1100011110111000110111101000001001001110100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,59,70); }

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

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

 a { background-color: rgb(49,59,70); }

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

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

 span { border-color: rgb(49,59,70); }

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