Html Css Color HEX #313A48 Licorice

📋 copy color: '#313A48'

red 49 ◦ green 58 ◦ blue 72

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

Shades of Licorice #313A48

Tints of Licorice #313A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 27.37%
G = 32.4%
B = 40.22%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313A48 (or 0x313A48) is known color: Licorice. HEX triplet: 31, 3A and 48. RGB value is (49,58,72). Sum of RGB (Red+Green+Blue) = 49+58+72=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #313A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A48 is #CEC5B7. Grayscale: #383838. Windows color (decimal): -13551032 or 4733489. OLE color: 4733489.

HSL color Cylindrical-coordinate representation of color #313A48: hue angle of 216.52º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313A48 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 58 72 -
CMYK 0.32 0.19 0 0.72
HSL 216.52º 0.19% 0.24% -
HSV(B) 216.52º 0.32% 0.28% -
XYZ 3.95 4.15 6.72 -
YUV 56.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 49 58 72 0.32 0.19 0 0.72 216.52 0.19 0.24
Hex 31 3A 48 20 13 0 48 D9 13 18
Octal 61 72 110 40 23 0 110 331 23 30
Binary 110001 111010 1001000 100000 10011 0 1001000 11011001 10011 11000

Color Harmonies of #313A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A48

Black with #313A48

Text Example


Text Example

White with #313A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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