Html Css Color HEX #31394D Licorice

📋 copy color: '#31394D'

red 49 ◦ green 57 ◦ blue 77

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

Shades of Licorice #31394D

Tints of Licorice #31394D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 26.78%
G = 31.15%
B = 42.08%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31394D (or 0x31394D) is known color: Licorice. HEX triplet: 31, 39 and 4D. RGB value is (49,57,77). Sum of RGB (Red+Green+Blue) = 49+57+77=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #31394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31394D is #CEC6B2. Grayscale: #383838. Windows color (decimal): -13551283 or 5060913. OLE color: 5060913.

HSL color Cylindrical-coordinate representation of color #31394D: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31394D is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 57 77 -
CMYK 0.36 0.26 0 0.70
HSL 222.86º 0.22% 0.25% -
HSV(B) 222.86º 0.36% 0.3% -
XYZ 4.07 4.12 7.6 -
YUV 56.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 49 57 77 0.36 0.26 0 0.70 222.86 0.22 0.25
Hex 31 39 4D 24 1A 0 46 DF 16 19
Octal 61 71 115 44 32 0 106 337 26 31
Binary 110001 111001 1001101 100100 11010 0 1000110 11011111 10110 11001

Color Harmonies of #31394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31394D

Black with #31394D

Text Example


Text Example

White with #31394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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