Html Css Color HEX #313848 Licorice

📋 copy color: '#313848'

red 49 ◦ green 56 ◦ blue 72

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

Shades of Licorice #313848

Tints of Licorice #313848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 27.68%
G = 31.64%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313848 (or 0x313848) is known color: Licorice. HEX triplet: 31, 38 and 48. RGB value is (49,56,72). Sum of RGB (Red+Green+Blue) = 49+56+72=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #313848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313848 is #CEC7B7. Grayscale: #373737. Windows color (decimal): -13551544 or 4732977. OLE color: 4732977.

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

Color convert

RGB 49 56 72 -
CMYK 0.32 0.22 0 0.72
HSL 221.74º 0.19% 0.24% -
HSV(B) 221.74º 0.32% 0.28% -
XYZ 3.85 3.95 6.69 -
YUV 55.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 49 56 72 0.32 0.22 0 0.72 221.74 0.19 0.24
Hex 31 38 48 20 16 0 48 DE 13 18
Octal 61 70 110 40 26 0 110 336 23 30
Binary 110001 111000 1001000 100000 10110 0 1001000 11011110 10011 11000

Color Harmonies of #313848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313848

Black with #313848

Text Example


Text Example

White with #313848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313848; }

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

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

background-color css

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

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

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

border-color css

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

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

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