Html Css Color HEX #313843 Licorice

📋 copy color: '#313843'

red 49 ◦ green 56 ◦ blue 67

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

Shades of Licorice #313843

Tints of Licorice #313843

RGB

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

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

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

R = 28.49%
G = 32.56%
B = 38.95%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313843 (or 0x313843) is known color: Licorice. HEX triplet: 31, 38 and 43. RGB value is (49,56,67). Sum of RGB (Red+Green+Blue) = 49+56+67=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #313843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313843 is #CEC7BC. Grayscale: #373737. Windows color (decimal): -13551549 or 4405297. OLE color: 4405297.

HSL color Cylindrical-coordinate representation of color #313843: hue angle of 216.67º 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 #313843 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 56 67 -
CMYK 0.27 0.16 0 0.74
HSL 216.67º 0.16% 0.23% -
HSV(B) 216.67º 0.27% 0.26% -
XYZ 3.69 3.89 5.87 -
YUV 55.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 49 56 67 0.27 0.16 0 0.74 216.67 0.16 0.23
Hex 31 38 43 1B 10 0 4A D9 10 17
Octal 61 70 103 33 20 0 112 331 20 27
Binary 110001 111000 1000011 11011 10000 0 1001010 11011001 10000 10111

Color Harmonies of #313843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313843

Black with #313843

Text Example


Text Example

White with #313843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313843; }

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

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

background-color css

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

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

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

border-color css

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

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

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