#323B49

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

Shades of Licorice #323B49

Tints of Licorice #323B49

Color information

#323B49 (or 0x323B49) is unknown color: approx Licorice. HEX triplet: 32, 3B and 49. RGB value is (50,59,73). Sum of RGB (Red+Green+Blue) = 50+59+73=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #323B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B49 is #CDC4B6. Grayscale: #393939. Windows color (decimal): -13485239 or 4799282. OLE color: 4799282.

HSL color Cylindrical-coordinate representation of color #323B49: hue angle of 216.52º 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 #323B49 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB505973-
CMYK0.320.1900.71
HSL216.52º18.7%24.12%-
HSV(B)216.52º31.51%28.63%-
XYZ4.084.296.92-
YUV57.9136.52122.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=27.47%
G=32.42%
B=40.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5059730.320.1900.71216.5218.724.12
Hex323B492013047d91318
Octal6273111402301073312330
Binary11001011101110010011000001001101000111110110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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