#323B46

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

Shades of Licorice #323B46

Tints of Licorice #323B46

Color information

#323B46 (or 0x323B46) is unknown color: approx Licorice. HEX triplet: 32, 3B and 46. RGB value is (50,59,70). Sum of RGB (Red+Green+Blue) = 50+59+70=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #323B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B46 is #CDC4B9. Grayscale: #393939. Windows color (decimal): -13485242 or 4602674. OLE color: 4602674.

HSL color Cylindrical-coordinate representation of color #323B46: hue angle of 213º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323B46 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB505970-
CMYK0.290.1600.73
HSL213º16.67%23.53%-
HSV(B)213º28.57%27.45%-
XYZ3.984.256.4-
YUV57.56135.02122.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=27.93%
G=32.96%
B=39.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5059700.290.1600.7321316.6723.53
Hex323B461D10049d51118
Octal6273106352001113252130
Binary1100101110111000110111011000001001001110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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