#31384E

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

Shades of Licorice #31384E

Tints of Licorice #31384E

Color information

#31384E (or 0x31384E) is unknown color: approx Licorice. HEX triplet: 31, 38 and 4E. RGB value is (49,56,78). Sum of RGB (Red+Green+Blue) = 49+56+78=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #31384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31384E is #CEC7B1. Grayscale: #383838. Windows color (decimal): -13551538 or 5126193. OLE color: 5126193.

HSL color Cylindrical-coordinate representation of color #31384E: hue angle of 225.52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31384E is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495678-
CMYK0.370.2800.69
HSL225.52º22.83%24.9%-
HSV(B)225.52º37.18%30.59%-
XYZ4.064.037.77-
YUV56.41140.18122.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=26.78%
G=30.60%
B=42.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4956780.370.2800.69225.5222.8324.9
Hex31384E251C045e21719
Octal6170116453401053422731
Binary11000111100010011101001011110001000101111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31384E; }

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

 H1.HeaderClassName
 {
   color: #31384E;
 }
 .AnyTagClassName
 {
   color: #31384E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31384E;
 }
 .BgClassName
 {
   background-color: #31384E;
 }
</style>
border-color css

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

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

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