#323A49

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

Shades of Licorice #323A49

Tints of Licorice #323A49

Color information

#323A49 (or 0x323A49) is unknown color: approx Licorice. HEX triplet: 32, 3A and 49. RGB value is (50,58,73). Sum of RGB (Red+Green+Blue) = 50+58+73=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #323A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A49 is #CDC5B6. Grayscale: #393939. Windows color (decimal): -13485495 or 4799026. OLE color: 4799026.

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

Color convert

RGB505873-
CMYK0.320.2100.71
HSL219.13º18.7%24.12%-
HSV(B)219.13º31.51%28.63%-
XYZ4.034.196.9-
YUV57.32136.85122.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=27.62%
G=32.04%
B=40.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5058730.320.2100.71219.1318.724.12
Hex323A492015047db1318
Octal6272111402501073332330
Binary11001011101010010011000001010101000111110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A49; }

 p { color: rgb(50,58,73); }

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

<style>
 a { background-color: #323A49; }

 a { background-color: rgb(50,58,73); }

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

<style>
 span { border-color: #323A49; }

 span { border-color: rgb(50,58,73); }

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