Html Css Color HEX #313643 Licorice

📋 copy color: '#313643'

red 49 ◦ green 54 ◦ blue 67

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

Shades of Licorice #313643

Tints of Licorice #313643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 28.82%
G = 31.76%
B = 39.41%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313643 (or 0x313643) is known color: Licorice. HEX triplet: 31, 36 and 43. RGB value is (49,54,67). Sum of RGB (Red+Green+Blue) = 49+54+67=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #313643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313643 is #CEC9BC. Grayscale: #353535. Windows color (decimal): -13552061 or 4404785. OLE color: 4404785.

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

Color convert

RGB 49 54 67 -
CMYK 0.27 0.19 0 0.74
HSL 223.33º 0.16% 0.23% -
HSV(B) 223.33º 0.27% 0.26% -
XYZ 3.6 3.7 5.83 -
YUV 53.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 49 54 67 0.27 0.19 0 0.74 223.33 0.16 0.23
Hex 31 36 43 1B 13 0 4A DF 10 17
Octal 61 66 103 33 23 0 112 337 20 27
Binary 110001 110110 1000011 11011 10011 0 1001010 11011111 10000 10111

Color Harmonies of #313643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313643

Black with #313643

Text Example


Text Example

White with #313643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313643; }

 p { color: rgb(49,54,67); }

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

background-color css

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

 a { background-color: rgb(49,54,67); }

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

border-color css

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

 span { border-color: rgb(49,54,67); }

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