Html Css Color HEX #313943 Licorice

📋 copy color: '#313943'

red 49 ◦ green 57 ◦ blue 67

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

Shades of Licorice #313943

Tints of Licorice #313943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 28.32%
G = 32.95%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313943 (or 0x313943) is known color: Licorice. HEX triplet: 31, 39 and 43. RGB value is (49,57,67). Sum of RGB (Red+Green+Blue) = 49+57+67=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #313943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313943 is #CEC6BC. Grayscale: #373737. Windows color (decimal): -13551293 or 4405553. OLE color: 4405553.

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

Color convert

RGB 49 57 67 -
CMYK 0.27 0.15 0 0.74
HSL 213.33º 0.16% 0.23% -
HSV(B) 213.33º 0.27% 0.26% -
XYZ 3.74 3.98 5.88 -
YUV 55.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 49 57 67 0.27 0.15 0 0.74 213.33 0.16 0.23
Hex 31 39 43 1B F 0 4A D5 10 17
Octal 61 71 103 33 17 0 112 325 20 27
Binary 110001 111001 1000011 11011 1111 0 1001010 11010101 10000 10111

Color Harmonies of #313943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313943

Black with #313943

Text Example


Text Example

White with #313943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313943; }

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

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

background-color css

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

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

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

border-color css

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

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

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