Html Css Color HEX #313B48 Licorice

📋 copy color: '#313B48'

red 49 ◦ green 59 ◦ blue 72

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

Shades of Licorice #313B48

Tints of Licorice #313B48

RGB

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

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

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

R = 27.22%
G = 32.78%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313B48 (or 0x313B48) is known color: Licorice. HEX triplet: 31, 3B and 48. RGB value is (49,59,72). Sum of RGB (Red+Green+Blue) = 49+59+72=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #313B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B48 is #CEC4B7. Grayscale: #393939. Windows color (decimal): -13550776 or 4733745. OLE color: 4733745.

HSL color Cylindrical-coordinate representation of color #313B48: hue angle of 213.91º 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 #313B48 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 59 72 -
CMYK 0.32 0.18 0 0.72
HSL 213.91º 0.19% 0.24% -
HSV(B) 213.91º 0.32% 0.28% -
XYZ 4 4.25 6.74 -
YUV 57.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 49 59 72 0.32 0.18 0 0.72 213.91 0.19 0.24
Hex 31 3B 48 20 12 0 48 D6 13 18
Octal 61 73 110 40 22 0 110 326 23 30
Binary 110001 111011 1001000 100000 10010 0 1001000 11010110 10011 11000

Color Harmonies of #313B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B48

Black with #313B48

Text Example


Text Example

White with #313B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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