Html Css Color HEX #313B46 Licorice

📋 copy color: '#313B46'

red 49 ◦ green 59 ◦ blue 70

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

Shades of Licorice #313B46

Tints of Licorice #313B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 27.53%
G = 33.15%
B = 39.33%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313B46 (or 0x313B46) is known color: Licorice. HEX triplet: 31, 3B and 46. RGB value is (49,59,70). Sum of RGB (Red+Green+Blue) = 49+59+70=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #313B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B46 is #CEC4B9. Grayscale: #393939. Windows color (decimal): -13550778 or 4602673. OLE color: 4602673.

HSL color Cylindrical-coordinate representation of color #313B46: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313B46 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 59 70 -
CMYK 0.30 0.16 0 0.73
HSL 211.43º 0.18% 0.23% -
HSV(B) 211.43º 0.3% 0.27% -
XYZ 3.94 4.22 6.4 -
YUV 57.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 49 59 70 0.30 0.16 0 0.73 211.43 0.18 0.23
Hex 31 3B 46 1E 10 0 49 D3 12 17
Octal 61 73 106 36 20 0 111 323 22 27
Binary 110001 111011 1000110 11110 10000 0 1001001 11010011 10010 10111

Color Harmonies of #313B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B46

Black with #313B46

Text Example


Text Example

White with #313B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B46; }

 p { color: rgb(49,59,70); }

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

background-color css

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

 a { background-color: rgb(49,59,70); }

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

border-color css

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

 span { border-color: rgb(49,59,70); }

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