Html Css Color HEX #313847 Licorice

📋 copy color: '#313847'

red 49 ◦ green 56 ◦ blue 71

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

Shades of Licorice #313847

Tints of Licorice #313847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

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

R = 27.84%
G = 31.82%
B = 40.34%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313847 (or 0x313847) is known color: Licorice. HEX triplet: 31, 38 and 47. RGB value is (49,56,71). Sum of RGB (Red+Green+Blue) = 49+56+71=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #313847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313847 is #CEC7B8. Grayscale: #373737. Windows color (decimal): -13551545 or 4667441. OLE color: 4667441.

HSL color Cylindrical-coordinate representation of color #313847: hue angle of 220.91º 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 #313847 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 56 71 -
CMYK 0.31 0.21 0 0.72
HSL 220.91º 0.18% 0.24% -
HSV(B) 220.91º 0.31% 0.28% -
XYZ 3.82 3.94 6.52 -
YUV 55.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 49 56 71 0.31 0.21 0 0.72 220.91 0.18 0.24
Hex 31 38 47 1F 15 0 48 DD 12 18
Octal 61 70 107 37 25 0 110 335 22 30
Binary 110001 111000 1000111 11111 10101 0 1001000 11011101 10010 11000

Color Harmonies of #313847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313847

Black with #313847

Text Example


Text Example

White with #313847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313847; }

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

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

background-color css

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

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

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

border-color css

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

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

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