Html Css Color HEX #31394A Licorice

📋 copy color: '#31394A'

red 49 ◦ green 57 ◦ blue 74

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

Shades of Licorice #31394A

Tints of Licorice #31394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 27.22%
G = 31.67%
B = 41.11%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31394A (or 0x31394A) is known color: Licorice. HEX triplet: 31, 39 and 4A. RGB value is (49,57,74). Sum of RGB (Red+Green+Blue) = 49+57+74=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #31394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31394A is #CEC6B5. Grayscale: #383838. Windows color (decimal): -13551286 or 4864305. OLE color: 4864305.

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

Color convert

RGB 49 57 74 -
CMYK 0.34 0.23 0 0.71
HSL 220.8º 0.2% 0.24% -
HSV(B) 220.8º 0.34% 0.29% -
XYZ 3.97 4.07 7.06 -
YUV 56.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 49 57 74 0.34 0.23 0 0.71 220.8 0.2 0.24
Hex 31 39 4A 22 17 0 47 DD 14 18
Octal 61 71 112 42 27 0 107 335 24 30
Binary 110001 111001 1001010 100010 10111 0 1000111 11011101 10100 11000

Color Harmonies of #31394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31394A

Black with #31394A

Text Example


Text Example

White with #31394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31394A; }

 p { color: rgb(49,57,74); }

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

background-color css

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

 a { background-color: rgb(49,57,74); }

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

border-color css

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

 span { border-color: rgb(49,57,74); }

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