Html Css Color HEX #313745 Licorice

📋 copy color: '#313745'

red 49 ◦ green 55 ◦ blue 69

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

Shades of Licorice #313745

Tints of Licorice #313745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 28.32%
G = 31.79%
B = 39.88%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313745 (or 0x313745) is known color: Licorice. HEX triplet: 31, 37 and 45. RGB value is (49,55,69). Sum of RGB (Red+Green+Blue) = 49+55+69=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #313745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313745 is #CEC8BA. Grayscale: #363636. Windows color (decimal): -13551803 or 4536113. OLE color: 4536113.

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

Color convert

RGB 49 55 69 -
CMYK 0.29 0.20 0 0.73
HSL 222º 0.17% 0.23% -
HSV(B) 222º 0.29% 0.27% -
XYZ 3.71 3.82 6.17 -
YUV 54.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 49 55 69 0.29 0.20 0 0.73 222 0.17 0.23
Hex 31 37 45 1D 14 0 49 DE 11 17
Octal 61 67 105 35 24 0 111 336 21 27
Binary 110001 110111 1000101 11101 10100 0 1001001 11011110 10001 10111

Color Harmonies of #313745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313745

Black with #313745

Text Example


Text Example

White with #313745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313745; }

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

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

background-color css

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

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

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

border-color css

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

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

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