Html Css Color HEX #313742 Licorice

📋 copy color: '#313742'

red 49 ◦ green 55 ◦ blue 66

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

Shades of Licorice #313742

Tints of Licorice #313742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 28.82%
G = 32.35%
B = 38.82%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313742 (or 0x313742) is known color: Licorice. HEX triplet: 31, 37 and 42. RGB value is (49,55,66). Sum of RGB (Red+Green+Blue) = 49+55+66=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #313742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313742 is #CEC8BD. Grayscale: #363636. Windows color (decimal): -13551806 or 4339505. OLE color: 4339505.

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

Color convert

RGB 49 55 66 -
CMYK 0.26 0.17 0 0.74
HSL 218.82º 0.15% 0.23% -
HSV(B) 218.82º 0.26% 0.26% -
XYZ 3.62 3.78 5.69 -
YUV 54.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 49 55 66 0.26 0.17 0 0.74 218.82 0.15 0.23
Hex 31 37 42 1A 11 0 4A DB F 17
Octal 61 67 102 32 21 0 112 333 17 27
Binary 110001 110111 1000010 11010 10001 0 1001010 11011011 1111 10111

Color Harmonies of #313742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313742

Black with #313742

Text Example


Text Example

White with #313742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313742; }

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

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

background-color css

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

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

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

border-color css

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

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

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