#31384D

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

Shades of Licorice #31384D

Tints of Licorice #31384D

Color information

#31384D (or 0x31384D) is unknown color: approx Licorice. HEX triplet: 31, 38 and 4D. RGB value is (49,56,77). Sum of RGB (Red+Green+Blue) = 49+56+77=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #31384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31384D is #CEC7B2. Grayscale: #383838. Windows color (decimal): -13551539 or 5060657. OLE color: 5060657.

HSL color Cylindrical-coordinate representation of color #31384D: hue angle of 225º 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 #31384D is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495677-
CMYK0.360.2700.70
HSL225º22.22%24.71%-
HSV(B)225º36.36%30.2%-
XYZ4.024.027.58-
YUV56.3139.68122.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=26.92%
G=30.77%
B=42.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4956770.360.2700.7022522.2224.71
Hex31384D241B046e11619
Octal6170115443301063412631
Binary11000111100010011011001001101101000110111000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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