Html Css Color HEX #313944 Licorice

📋 copy color: '#313944'

red 49 ◦ green 57 ◦ blue 68

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

Shades of Licorice #313944

Tints of Licorice #313944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 28.16%
G = 32.76%
B = 39.08%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313944 (or 0x313944) is known color: Licorice. HEX triplet: 31, 39 and 44. RGB value is (49,57,68). Sum of RGB (Red+Green+Blue) = 49+57+68=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 68 - color contains mainly: blue. Hex color #313944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313944 is #CEC6BB. Grayscale: #373737. Windows color (decimal): -13551292 or 4471089. OLE color: 4471089.

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

Color convert

RGB 49 57 68 -
CMYK 0.28 0.16 0 0.73
HSL 214.74º 0.16% 0.23% -
HSV(B) 214.74º 0.28% 0.27% -
XYZ 3.77 4 6.04 -
YUV 55.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 49 57 68 0.28 0.16 0 0.73 214.74 0.16 0.23
Hex 31 39 44 1C 10 0 49 D7 10 17
Octal 61 71 104 34 20 0 111 327 20 27
Binary 110001 111001 1000100 11100 10000 0 1001001 11010111 10000 10111

Color Harmonies of #313944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313944

Black with #313944

Text Example


Text Example

White with #313944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313944; }

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

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

background-color css

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

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

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

border-color css

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

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

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