#31394A

Color #31394A Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #31394A

Tints of Licorice #31394A

Color information

#31394A (or 0x31394A) is unknown color: approx 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

RGB495774-
CMYK0.340.2300.71
HSL220.8º20.33%24.12%-
HSV(B)220.8º33.78%29.02%-
XYZ3.974.077.06-
YUV56.55137.85122.62-

RGB Variations

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

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.30% from 255) = 41.11%
R=27.22%
G=31.67%
B=41.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4957740.340.2300.71220.820.3324.12
Hex31394A2217047dd1418
Octal6171112422701073352430
Binary11000111100110010101000101011101000111110111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>