Html Css Color HEX #313946 Licorice

📋 copy color: '#313946'

red 49 ◦ green 57 ◦ blue 70

#313946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #313946

Tints of Licorice #313946

RGB

 RED value IS 49 (19.53% from 255) = 27.84%

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 27.84%
G = 32.39%
B = 39.77%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313946 (or 0x313946) is known color: Licorice. HEX triplet: 31, 39 and 46. RGB value is (49,57,70). Sum of RGB (Red+Green+Blue) = 49+57+70=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #313946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313946 is #CEC6B9. Grayscale: #383838. Windows color (decimal): -13551290 or 4602161. OLE color: 4602161.

HSL color Cylindrical-coordinate representation of color #313946: hue angle of 217.14º 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 #313946 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 57 70 -
CMYK 0.30 0.19 0 0.73
HSL 217.14º 0.18% 0.23% -
HSV(B) 217.14º 0.3% 0.27% -
XYZ 3.84 4.02 6.37 -
YUV 56.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 49 57 70 0.30 0.19 0 0.73 217.14 0.18 0.23
Hex 31 39 46 1E 13 0 49 D9 12 17
Octal 61 71 106 36 23 0 111 331 22 27
Binary 110001 111001 1000110 11110 10011 0 1001001 11011001 10010 10111

Color Harmonies of #313946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313946

Black with #313946

Text Example


Text Example

White with #313946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313946; }

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

 H1.HeaderClassName
 {
   color: #313946;
 }
 .AnyTagClassName
 {
   color: #313946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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