#31384B

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

Shades of Licorice #31384B

Tints of Licorice #31384B

Color information

#31384B (or 0x31384B) is unknown color: approx Licorice. HEX triplet: 31, 38 and 4B. RGB value is (49,56,75). Sum of RGB (Red+Green+Blue) = 49+56+75=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #31384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31384B is #CEC7B4. Grayscale: #373737. Windows color (decimal): -13551541 or 4929585. OLE color: 4929585.

HSL color Cylindrical-coordinate representation of color #31384B: hue angle of 223.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31384B is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB495675-
CMYK0.350.2500.71
HSL223.85º20.97%24.31%-
HSV(B)223.85º34.67%29.41%-
XYZ3.953.997.22-
YUV56.07138.68122.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=27.22%
G=31.11%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4956750.350.2500.71223.8520.9724.31
Hex31384B2319047e01518
Octal6170113433101073402530
Binary11000111100010010111000111100101000111111000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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