Html Css Color HEX #313747 Licorice

📋 copy color: '#313747'

red 49 ◦ green 55 ◦ blue 71

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

Shades of Licorice #313747

Tints of Licorice #313747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 28%
G = 31.43%
B = 40.57%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313747 (or 0x313747) is known color: Licorice. HEX triplet: 31, 37 and 47. RGB value is (49,55,71). Sum of RGB (Red+Green+Blue) = 49+55+71=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #313747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313747 is #CEC8B8. Grayscale: #363636. Windows color (decimal): -13551801 or 4667185. OLE color: 4667185.

HSL color Cylindrical-coordinate representation of color #313747: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313747 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 55 71 -
CMYK 0.31 0.23 0 0.72
HSL 223.64º 0.18% 0.24% -
HSV(B) 223.64º 0.31% 0.28% -
XYZ 3.77 3.84 6.5 -
YUV 55.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 49 55 71 0.31 0.23 0 0.72 223.64 0.18 0.24
Hex 31 37 47 1F 17 0 48 E0 12 18
Octal 61 67 107 37 27 0 110 340 22 30
Binary 110001 110111 1000111 11111 10111 0 1001000 11100000 10010 11000

Color Harmonies of #313747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313747

Black with #313747

Text Example


Text Example

White with #313747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313747; }

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

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

background-color css

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

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

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

border-color css

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

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

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