Html Css Color HEX #313744 Licorice

📋 copy color: '#313744'

red 49 ◦ green 55 ◦ blue 68

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

Shades of Licorice #313744

Tints of Licorice #313744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

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

R = 28.49%
G = 31.98%
B = 39.53%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313744 (or 0x313744) is known color: Licorice. HEX triplet: 31, 37 and 44. RGB value is (49,55,68). Sum of RGB (Red+Green+Blue) = 49+55+68=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #313744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313744 is #CEC8BB. Grayscale: #363636. Windows color (decimal): -13551804 or 4470577. OLE color: 4470577.

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

Color convert

RGB 49 55 68 -
CMYK 0.28 0.19 0 0.73
HSL 221.05º 0.16% 0.23% -
HSV(B) 221.05º 0.28% 0.27% -
XYZ 3.68 3.8 6.01 -
YUV 54.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 49 55 68 0.28 0.19 0 0.73 221.05 0.16 0.23
Hex 31 37 44 1C 13 0 49 DD 10 17
Octal 61 67 104 34 23 0 111 335 20 27
Binary 110001 110111 1000100 11100 10011 0 1001001 11011101 10000 10111

Color Harmonies of #313744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313744

Black with #313744

Text Example


Text Example

White with #313744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313744; }

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

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

background-color css

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

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

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

border-color css

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

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

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