Html Css Color HEX #313A49 Licorice

📋 copy color: '#313A49'

red 49 ◦ green 58 ◦ blue 73

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

Shades of Licorice #313A49

Tints of Licorice #313A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 27.22%
G = 32.22%
B = 40.56%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#313A49 (or 0x313A49) is known color: Licorice. HEX triplet: 31, 3A and 49. RGB value is (49,58,73). Sum of RGB (Red+Green+Blue) = 49+58+73=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #313A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A49 is #CEC5B6. Grayscale: #383838. Windows color (decimal): -13551031 or 4799025. OLE color: 4799025.

HSL color Cylindrical-coordinate representation of color #313A49: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313A49 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 58 73 -
CMYK 0.33 0.21 0 0.71
HSL 217.5º 0.2% 0.24% -
HSV(B) 217.5º 0.33% 0.29% -
XYZ 3.98 4.16 6.9 -
YUV 57.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 49 58 73 0.33 0.21 0 0.71 217.5 0.2 0.24
Hex 31 3A 49 21 15 0 47 DA 14 18
Octal 61 72 111 41 25 0 107 332 24 30
Binary 110001 111010 1001001 100001 10101 0 1000111 11011010 10100 11000

Color Harmonies of #313A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A49

Black with #313A49

Text Example


Text Example

White with #313A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,58,73); }

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

background-color css

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

 a { background-color: rgb(49,58,73); }

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

border-color css

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

 span { border-color: rgb(49,58,73); }

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